Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

File metadata and controls

36 lines (26 loc) · 1.17 KB

skill-quality-workflow

An Agent Skill for test coverage methodology and defect handling workflows.

What it does

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

When it triggers

  • Writing tests or designing test coverage
  • Handling defect fixes or performing root-cause analysis
  • Creating test matrices or choosing between unit/integration/E2E tests

Installation

npx skills add metyatech/skill-quality-workflow --yes --global

License

MIT