Claude Code Plugins

Community-maintained marketplace

Feedback
2
0

Use this skill to write or modify unit-tests in the application for non-component files.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name unit-testing
description Use this skill to write or modify unit-tests in the application for non-component files.

Unit-testing

Use this skill to write or modify unit-tests in the application for non-component files. You should not use this skill when creating tests for components!

Testing workflows

  • Use the workflow located in ./workflows/portal-testing.md for unit-testing in the portal project.
  • Use the workflow located in ./workflows/api-testing.md for unit-testing in the api project.