An Agent Skill for test coverage methodology and defect handling workflows.
Provides guidance for:
- Test coverage methodology — what to cover (boundaries, state transitions, integration points), how to structure tests (snapshot/golden tests, test matrices), and how to handle nondeterminism
- External contract surface verification — derive a changed user-visible surface matrix from docs/specs/help/UI/API and require direct evidence for each changed surface item
- Feedback loops and root causes — defect root-cause classification, upstream prevention, and feedback-loop improvement
- Verification reporting discipline — keep detailed AC/evidence tracking internally while defaulting normal user-facing completion reports to concise summaries unless detailed proof is requested
- Writing tests or designing test coverage
- Handling defect fixes or performing root-cause analysis
- Creating test matrices or choosing between unit/integration/E2E tests
npx skills add metyatech/skill-quality-workflow --yes --globalMIT