Qa review
Audit the consistency of a change across behavior, validation, handoffs, and operational risk.From its SKILL.md
npx -y skills add nevitonsantana/adaptive-skills --skill qa-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 345 tokens by cl100k_base, as published. Nobody here has run it
Overview
Use this skill after a meaningful change or before sign-off when you need a systems view of quality rather than a file-by-file check.
When to Use
- pre-release review
- cross-functional change review
- regression suspicion
When NOT to Use
- as a replacement for direct implementation or test execution
Core Moves
- Check the intended path end to end.
- Look for mismatches between layers or owners.
- Classify operational risk and severity.
- State whether the issue blocks progress.
Optional Modules
- Handoff audit — Review whether boundary-crossing work left unresolved ownership behind.
- Regression lens — Focus on what likely broke around the changed path.
- Evidence gap — Name what is still unproven before closure.
Activation Triggers
- Use handoff audit when more than one specialty touched the work.
- Use regression lens when shared dependencies changed.
- Use evidence gap when confidence is coming from intuition instead of proof.
Expected Output
- quality findings
- severity
- block/no-block recommendation
Verification
- The review checks system behavior, not only code artifacts.
- Severity is tied to user or operational impact.
- The recommendation is explicit.
Handoff Signals
- A specific team or specialty must close a gap before release.
- The issue is not primarily QA but product, design, or architecture.
Pairs Well With
testingcommunicationtriad-check
Anti-patterns
- Reporting issues with no severity or consequence.
- Using QA review as a substitute for proof.
- Calling something “fine” because no one looked closely enough.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.