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

Stage

Stage

A code review tool that organizes local code changes into logical chapters and points out what to review before you dive into the code.

If you like this, try out the full Stage experience on our website below!

Website   •   Examples   •   Blog   •   Twitter   •   Discord   •   About Us

npm version npm downloads license

Install

npm install -g stagereview

Then add the skill to your agent:

npx skills add ReviewStage/stage-cli

Usage

In your AI agent, run:

/stage-chapters

This 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
Stage CLI

License

MIT