@hyperprior/pi-review
Structured review findings for code review workflows
Package details
Install @hyperprior/pi-review from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@hyperprior/pi-review- Package
@hyperprior/pi-review- Version
0.1.0- Published
- Feb 16, 2026
- Downloads
- 12/mo · 5/wk
- Author
- hyperprior
- License
- MIT
- Types
- extension
- Size
- 13.2 KB
- Dependencies
- 1 dependency · 5 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@hyperprior/pi-review
Structured findings tool for code review (report_finding).
Installation
pi install npm:@hyperprior/pi-review
Features
report_findingtool emits normalized review issues with:P0–P3priority scale- confidence score
- file + line range
- findings are tracked per branch via branch session entries
/hyper-reviewcommand to view, inspect counts (stats), or clear state
Usage
{
"tool": "report_finding",
"title": "Validate JSON output before shelling out",
"body": "Potential injection issue appears when command args are user-provided and unescaped.",
"priority": "P1",
"confidence": 0.83,
"file_path": "src/transform.ts",
"line_start": 42,
"line_end": 46
}
/hyper-review— show rendered findings grouped by priority/hyper-review stats— show summary counts/hyper-review clear— clear branch state
Notes
All plugins in this monorepo are namespaced under @hyperprior and built to be loaded as individual pi packages.