post-dev-test
Installation
SKILL.md
Post-Dev Test Skill
Trigger
- Keywords: add tests, integration test, e2e test, test coverage, post dev test
When to Use
- After completing feature development, before /precommit
- Want to ensure new features have sufficient integration/e2e coverage
- Unit tests exist, but higher-level tests are missing
Key Rule: Must Execute on Changes
Even if test coverage looks complete, tests must be executed whenever there are code changes.