@alexjercan/quick-review
extensionmaintainedProgressive exact-revision project graph reviews for Pi and Claude Code
by — · v0.2.0 · published 4w ago
$ pi install npm:@alexjercan/quick-reviewdownloads/mo
282
stars
0
last push
4w ago
open issues
0
Signals
license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0
Download trend
No downloads in the last 12 weeks.
README
Quick Review
/quick-review opens a progressive exact-revision project graph written and
answered by the session's own agent. Without a base it analyzes one committed
snapshot. With a base it overlays a base-to-target diff. It runs in Pi and
Claude Code.
Pi
pi install npm:@alexjercan/quick-review # or: pi install /path/to/quick-review
Then in the session:
/quick-review # committed HEAD graph
/quick-review --target release # committed release graph
/quick-review --base origin/main --target HEAD # diff overlay
/quick-review --repo /path/to/repo --no-open
/quick-review --help
Claude Code
/plugin marketplace add alexjercan/quick-review
/plugin install quick-review@alexjercan
Then /quick-review with the same flags. Read docs/claude.md for how the
review page reaches the agent there.
Nix
nix build .#quick-review # result/share/quick-review is a pi package
nix flake check
nix develop
Read docs/concept.md for the design and docs/contract.md for the versioned
artifact, page, and completion-event contract.