repo-review
Installation
SKILL.md
Repository Review
Overview
Review repository changes without modifying files, Git, GitHub, or remote state. Select the basis first. Worktree reads current staged/unstaged/untracked changes; it does not manage worktrees. Fixed-basis review normalizes snapshots, ranges, and pull requests to immutable SHA evidence. Commit-readiness and release checks are conditional profiles, not default review ceremony.
Review Basis
Select exactly one basis before conclusions:
- Worktree/index: current tracked, untracked, staged, and unstaged state.
- Fixed snapshot/range: one resolved SHA or explicit immutable
base..head; a pull request is normalized to complete metadata plus resolved base/head SHAs. - Review package: verified manifest, hashes, coverage, exclusions, and final marker.
Do not mix evidence between bases. Current-worktree content is contamination when reviewing another SHA unless explicitly included in the basis.