pi-mono-review
v1.8.2
Published
Pi extension for reviewing GitHub PRs and GitLab MRs
Downloads
522
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 asks the active model to report findings through a scoped
report_findingtool - pi prints a compact findings summary in the terminal and stores the review session
- Run
/review-tui - Review, toggle, edit, and submit the selected comments
Findings use P0–P3 priority, confidence, title, and body fields. The legacy JSON path is still used as a fallback for models/providers that do not support scoped tool calls, and legacy severity values are mapped to priorities.
Submission is automatic based on the URL:
- GitHub →
gh - GitLab →
glab
