Code Review Checklist
$1.99OfficialUse when reviewing a diff, PR, or staged changes: a five-pass protocol that yields severity-ranked findings with concrete failure cases.
code-qualitycode-reviewqualitypull-requestscorrectnesssecurityseverityยท by SkillingMain
What you get
- โ7-step procedure
- โ1 ready-to-run code block
- โ7-point quality checklist
- โ8 pitfalls to avoid
- โInstalls into 6 tools
- Version
- v1 โ
- Last updated
- today
- Length
- 6 min read
- Requires
- Works with any modern AI assistant
Works in: Claude Code, Codex, Cline, opencode, OpenClaw, Hermes
Preview
When to use
Use when asked to review a pull request, diff, patch, commit range, or staged changes โ or when the user says "review this", "check my changes", or "is this ready to merge". Do not use for auditing an entire codebase from scratch (that is an audit, not a review) or for pure style disputes a formatter can settle.
Inputs to gather
- The diff itself:
git diff main...HEAD(or the PR diff), plusgit diff --stat main...HEADfor shape and size. - Stated intent: PR description, linked issue, or the user's one-line summary of what the change is supposed to do. If none exists, ask โ you cannot judge correctness without knowing intent.
- Surrounding context: for each modified f
โฆ
๐ Buy once ($1.99) to unlock the full playbook, download it, and install it in every tool you use.