pi-review adds a practical code review workflow to Pi via /review and /end-review
that is used by us at Earendil.
pi install git:github.com/earendil-works/pi-review
gh)It also supports custom shared instructions that are loaded from REVIEW_GUIDELINES.md.
/review
/review uncommitted
/review branch main
/review commit abc123
/review pr 123
/review pr https://github.com/owner/repo/pull/123
/review folder src docs
/review branch main --extra "focus on performance and error handling"
When a review session is active, finish it with:
/end-review
You can then return only, return + summarize, or return + queue fixing work.
TypeScript
100.0%
pi-review adds a practical code review workflow to Pi via /review and /end-review
that is used by us at Earendil.
pi install git:github.com/earendil-works/pi-review
gh)It also supports custom shared instructions that are loaded from REVIEW_GUIDELINES.md.
/review
/review uncommitted
/review branch main
/review commit abc123
/review pr 123
/review pr https://github.com/owner/repo/pull/123
/review folder src docs
/review branch main --extra "focus on performance and error handling"
When a review session is active, finish it with:
/end-review
You can then return only, return + summarize, or return + queue fixing work.
TypeScript
100.0%