review
Installation
SKILL.md
Review
Use this skill to review the current branch against origin/main and find bugs or risks that tests often miss.
This port is adapted from garrytan/gstack at commit 2aa745cb0e4331d683e727ec77385d04cdbb45a2.
Workflow
- Confirm the current branch is not
mainand a real diff exists againstorigin/main. - Read
references/checklist.md. - Review the full diff in two passes:
- critical: safety, concurrency, trust boundaries
- informational: consistency, tests, frontend, prompt drift, maintenance risks
- If GitHub CLI and Greptile comments are available, optionally apply
references/greptile-triage.md. - Report findings with the most severe issues first.