testing-general
Installation
SKILL.md
Skill: Testing General
Goal
Apply testing best practices, choose appropriate test types, and establish reliable test coverage across the codebase.
Use This Skill When
- Starting a new test suite or adding tests to a project
- Deciding what tests to write for a feature
- Reviewing test coverage or quality
- Establishing testing standards for a new module
- The user asks about testing strategies or patterns
Do Not Use This Skill When
- Only adding a simple assertion to an existing test file
- The test framework is already set up and working
- You only need to run existing tests (use
workspace-buildskill)