pi-mono-review

Pi extension for reviewing GitHub PRs and GitLab MRs

Package details

extension

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 entrypoint
  • review.ts/review command
  • review-tui.ts/review-tui command
  • reviewer.ts — TUI component
  • common.ts — shared types, platform logic, persistence, and utilities

Workflow

  1. Run /review <url>
  2. pi fetches the PR/MR diff under the hood
  3. pi generates structured review comments and prints the summary in the terminal
  4. Run /review-tui
  5. Review, toggle, edit, and submit the selected comments

Submission is automatic based on the URL:

  • GitHub → gh
  • GitLab → glab