@blackbelt-technology/pi-dashboard-code-review-toolkit
Code-review workflow skills for pi sessions — code-review (AI-powered review with severity labels via the CodeRabbit CLI) and autofix (safely review and apply CodeRabbit PR review-thread feedback with per-change approval). Pure-skill package, no extension
Package details
Install @blackbelt-technology/pi-dashboard-code-review-toolkit from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@blackbelt-technology/pi-dashboard-code-review-toolkit- Package
@blackbelt-technology/pi-dashboard-code-review-toolkit- Version
0.7.0- Published
- Jul 24, 2026
- Downloads
- 610/mo · 187/wk
- Author
- mbotond
- License
- MIT
- Types
- skill
- Size
- 24.5 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
".pi/skills/code-review",
".pi/skills/autofix"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@blackbelt-technology/pi-dashboard-code-review-toolkit
A pi package — skills only, no tools — for an AI-assisted code-review workflow built on the CodeRabbit CLI.
Works in any git + CodeRabbit project.
Install
pi install npm:@blackbelt-technology/pi-dashboard-code-review-toolkit
# or try without installing:
pi -e npm:@blackbelt-technology/pi-dashboard-code-review-toolkit
Skills
| Skill | What it does |
|---|---|
code-review |
AI-powered code review with severity labels. Default review skill; drives the inner dev loop (review uncommitted work → fix → re-review before commit). |
autofix |
Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval. Never executes reviewer-provided prompts directly. |
Skills load by natural-language trigger, or explicitly via /skill:<name>.
How loading works
Pure-skill package: package.json pi.skills points pi at each skill
directory. No extension.ts, no build step.
License
MIT