| name | review-checklist |
| description | Use when the user wants a structured code review checklist, a pass/fail rubric for a PR, or a consistent review record across correctness, tests, security, quality, dependencies, and docs. |
Code Review Checklist
Purpose
Structured pass/fail checklist for a reviewer (human or agent). Produces a consistent,
auditable review record on every PR.
Checklist
Correctness
Test quality
Security
Code quality
Dependencies
Documentation
Accessibility (for UI changes)
If the PR touches UI, run the accessibility-check skill in addition to this checklist. The axe-core assertion and manual check table live there to avoid duplication.
Scoring
- Any FAIL in Security → block merge, must fix
- 3+ FAILs in other categories → changes requested
- 1–2 FAILs in other categories → minor changes requested, can merge after fix
- All PASS → approved (a human reviewer is still required for final approval)