pi-mono-review
Pi extension for reviewing GitHub PRs and GitLab MRs
Package details
Install pi-mono-review from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-mono-review- Package
pi-mono-review- Version
1.7.2- Published
- Apr 23, 2026
- Downloads
- 1,522/mo · 148/wk
- Author
- emanuelcasco
- License
- unknown
- Types
- extension
- Size
- 49.6 KB
- Dependencies
- 0 dependencies · 4 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Review Extension
Single review extension containing both commands:
/review <github-pr-url|gitlab-mr-url>/review-tui
Structure
index.ts— extension entrypointreview.ts—/reviewcommandreview-tui.ts—/review-tuicommandreviewer.ts— TUI componentcommon.ts— shared types, platform logic, persistence, and utilities
Workflow
- Run
/review <url> - pi fetches the PR/MR diff under the hood
- pi generates structured review comments and prints the summary in the terminal
- Run
/review-tui - Review, toggle, edit, and submit the selected comments
Submission is automatic based on the URL:
- GitHub →
gh - GitLab →
glab