@diegopetrucci/pi-review
v0.1.4
Published
A standalone pi extension that adds /review and /end-review commands adapted from mitsuhiko/agent-stuff.
Downloads
659
Maintainers
Readme
review
A standalone tlh/pi review extension that adds /review and /end-review, adapted from the upstream mitsuhiko/agent-stuff implementation.
Install
Install the standalone package:
pi install npm:@diegopetrucci/pi-reviewThen reload pi:
/reloadUsage
/review— open the interactive selector/review uncommitted— review uncommitted changes/review branch main— review against a base branch/review commit <sha>— review a specific commit/review pr <number-or-url>— fetch and review a GitHub pull request/review folder src docs— review one or more folders/files as a snapshot/review --extra "focus on performance regressions"— add one-off instructions/end-review— return from the review branch and optionally summarize or queue fixes
Notes
- Behavior is intentionally kept equivalent to the upstream source, with only packaging/attribution changes for this repository.
- PR review requires
ghaccess and a clean working tree for tracked files. - If the project is trusted and a
REVIEW_GUIDELINES.mdfile exists next to the repo's.pidirectory, its contents are appended to the review prompt.
License and attribution
This package vendors and adapts extensions/review.ts from mitsuhiko/agent-stuff under the Apache-2.0 license. See LICENSE.
