https://github.com/metyatech/skill-quality-workflow
Agent Skill for test coverage methodology and defect handling workflows
https://github.com/metyatech/skill-quality-workflow
agent-skill qa-procedures quality quality-workflow testing
Last synced: 17 days ago
JSON representation
Agent Skill for test coverage methodology and defect handling workflows
- Host: GitHub
- URL: https://github.com/metyatech/skill-quality-workflow
- Owner: metyatech
- License: mit
- Created: 2026-02-22T07:05:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T08:24:31.000Z (about 2 months ago)
- Last Synced: 2026-04-14T10:20:35.930Z (about 2 months ago)
- Topics: agent-skill, qa-procedures, quality, quality-workflow, testing
- Language: Shell
- Homepage: https://github.com/metyatech/skill-quality-workflow#readme
- Size: 118 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# skill-quality-workflow
An [Agent Skill](https://agentskills.io) 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
```bash
npx skills add metyatech/skill-quality-workflow --yes --global
```
## License
MIT