stagereview
v0.1.3
Published
Chapter-style code review against your local git branch.
Maintainers
Readme
Install
npm install -g stagereviewThen add the skill to your agent:
npx skills add ReviewStage/stage-cliUsage
In your AI agent, run:
/stage-chaptersThis organizes your local changes into reviewable chapters and opens a browser UI. Everything happens on your machine.
Options
| Flag | Description |
|------|-------------|
| --base <ref> | Base ref to diff against (default: auto-detect main/master) |
| --ref <mode> | Diff scope: work (staged + unstaged + untracked), staged, or unstaged (default: auto-detect) |
Examples:
# Review only staged changes
/stage-chapters --ref staged
# Diff against a specific branch
/stage-chapters --base feature-a