JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2132
  • Score
    100M100P100Q113412F
  • License MIT

Chapter-style code review against your local git branch.

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 stagereview

This installs the stagereview command.

Then add the skill to your agent:

npx skills add ReviewStage/stage-cli

Usage

In your AI agent, run:

/stage-chapters

This breaks your branch's diff into reviewable "chapters".

To open a generated chapters file directly:

stagereview show path/to/chapters.json

What 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