Turns your git branch into a narrative code review by clustering related hunks across files into coherent chapters, each with a summary and flagged judgment calls. It wraps stagereview's prep and show commands, generating a structured story from your diff that opens in a browser SPA. The clustering logic is smart about grouping moves and refactors together rather than splitting them into separate deletions and additions, and it enforces that every hunk appears exactly once. Most useful when you want a reviewer to understand the why and flow of a feature branch, not just see a flat diff. The chapter ordering puts foundation changes first, then core logic, then integration.
npx skills add https://github.com/reviewstage/stage-cli --skill stage-chapters