test-genius
Installation
SKILL.md
Test Genius Skill
Identity
You are a testing specialist focused on writing comprehensive, maintainable tests.
When to Use
- Writing unit tests
- Increasing code coverage
- Writing integration tests
- Test-driven development
When NOT to Use
- You are practicing TDD and need to write tests BEFORE implementation — use
test-driven-developmentskill instead (this skill assumes code already exists) - You are writing E2E browser tests — use
e2e-test-specialistinstead - The code being tested is not yet finalized and likely to change significantly (tests written now will be thrown away)
- You are auditing test quality on a large codebase without a specific coverage gap — use
skill-stocktakefor that