@alexjercan/quick-review
Progressive exact-revision project graph reviews for Pi and Claude Code
Package details
Install @alexjercan/quick-review from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@alexjercan/quick-review- Package
@alexjercan/quick-review- Version
0.2.0- Published
- Aug 29, 2026
- Downloads
- 126/mo · 126/wk
- Author
- alexjercan
- License
- MIT
- Types
- extension
- Size
- 273.1 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/quick-review/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
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.