repo-reviewlisted
Install: claude install-skill idaibin/skills
# Repository Review
## Overview
Review changes read-only. Select the basis first: Worktree reads current changes;
fixed-basis review normalizes snapshots, ranges, and pull requests to immutable SHAs.
## 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:** manifest, hashes, coverage, exclusions, and 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.
- For every fixed commit or range, apply the immutable parent/object procedure in
[references/checklist.md](references/checklist.md). A root-style review is valid
only when raw commit metadata has no parent and the commit is not a shallow-clone
boundary that truncates parent history. Missing basis objects fail closed as
`Not verified`; keep current-source