review
Installation
SKILL.md
review skill
A Claude Code skill that performs deep, evidence-first code review on local working-tree changes, staged diffs, branch comparisons, or GitHub PRs and issues — modeled on the same discipline as a senior engineering peer who reads code before commenting.
features
- reviews all non-committed changes (staged + unstaged) by default
- supports staged-only, unstaged-only, and base-branch comparison modes
- supports GitHub PR and issue review (read-only by default)
- can post a review comment to a PR when explicitly asked with
--post - outputs a structured, severity-annotated findings report
- optionally runs relevant tests and includes exact commands and results
- never commits, pushes, merges, approves, or modifies files without explicit instruction