aqe-review-quality
Installation
SKILL.md
Review AQE Quality
- Read
AGENTS.md, the diff or requested scope, affected implementation, tests, and configuration. - Review for correctness first: broken behavior, data loss, security, concurrency, compatibility, and missing error paths.
- Use references/quality-gates.md to select relevant QE review lenses. Do not run unrelated broad scans.
- Verify claims with focused commands where safe and available. Distinguish observed failures from inferred risks.
- Report findings by severity with file and line references, the triggering scenario, and the smallest useful remediation.
- End with one verdict:
PASS: no material finding and adequate evidence;CONDITIONAL: bounded risks or missing environment-dependent evidence;FAIL: correctness, safety, compatibility, or verification blocker.
- List the exact checks run and any checks not run.
Do not edit code during a review unless the user also asks for fixes.