Agent skill
qa
Quality assurance workflow for validating features, writing or improving tests, reporting bugs, and checking coverage or acceptance criteria.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/qa-avav25-ai-assets-2
SKILL.md
QA
Use this workflow for verification and test quality work.
1. Determine the QA Task
Classify the request as one of:
- Feature verification
- Bug report
- Test creation
- Test improvement
- Exploratory testing
- Coverage review
2. Gather Context
Read:
TESTING.mdif present- Root
AGENTS.md - Relevant scoped
AGENTS.md - Feature brief, bug report, or changed code in scope
- Existing tests for the target area
3. Execute the Task
Feature Verification
- Map acceptance criteria to observable behavior
- Check happy path, edge cases, and error paths
- Record pass, fail, or partial status with evidence
Bug Report
- Reproduce the issue
- Capture logs, errors, and minimal repro
- Write a structured report with expected vs actual behavior
Test Creation or Improvement
- Identify coverage gaps
- Write or improve tests using the project's existing patterns
- Prefer deterministic tests and narrow scope first
Exploratory Testing
- Identify risky or recently changed areas
- Explore happy path, invalid input, state transitions, and regressions
- Record issues with severity and reproduction steps
Coverage Review
- Review current coverage signals
- Identify important untested logic
- Recommend the next highest-value tests
4. Apply the Quality Gate
Check:
- Existing tests still pass
- New tests are deterministic
- Acceptance criteria are covered where relevant
- Bug reports include evidence and reproduction steps
5. Report
Summarize:
- What was tested
- Issues found
- Tests added or improved
- Coverage impact if relevant
- Recommended next steps
Integration
- Companion skills:
testing-procedures,run-tests,test-local - Common follow-up:
bugfix,feature-dev,pre-commit
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?