An open API service indexing awesome lists of open source software.

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

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