repo-reviewlisted
Install: claude install-skill idaibin/skills
# 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.
## Workflow
1. Read effective repository guidance and record the requested review object, scope, output, and non-goals.
2. Fix the basis before conclusions:
- for Worktree, run status, diff stat/name-status, and cached equivalents when staged content exists;
- for fixed-basis review, resolve full SHAs and complete changed-file evidence; for a package, verify its manifest and hashes.
3. Build the smallest complete read set from changed or explicitly owned paths. A `repo-map` artifact may guide navigation but is never review proof.
4. In