Package Exports
- stagereview
- stagereview/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stagereview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stagereview
Chapter-style code review against your local git branch. Run it from your AI coding agent — no server, no telemetry, no API key.
Install
npm install -g stagereviewThis installs the stagereview command.
Then add the skill to your agent:
npx skills add ReviewStage/stage-cliUsage
In your AI agent, run:
/stage-chaptersThis breaks your branch's diff into reviewable "chapters".
To open a generated chapters file directly:
stagereview show path/to/chapters.jsonWhat it does
- Splits a local git branch diff into logical review chapters
- Opens a local browser to view the chapters
- Runs entirely on your machine
What it does NOT do
- Connect to any Stage server
- Send telemetry or analytics
- Require an API key or login
- Upload your code anywhere
License
MIT