test
Installation
SKILL.md
Test
When to use
Use when the user wants tests run, added, or improved for a concrete surface.
Non-goals
- Do not invent a test framework the repo does not use.
- Do not claim coverage you did not measure.
Workflow
- Detect the repo’s test runner and conventions.
- Run the narrowest useful suite for the change.
- Add or update tests only when authorized.
- Report pass/fail with commands and residual gaps.