krystaldefi/Pi Reviewer
Run a pi-mono coding agent against a PR for review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | Instructions for the model | yes | — |
| model | Model ID (e.g. xiaomi/mimo-v2.5-pro). Supports provider/id syntax. | yes | — |
| provider | Pi provider name (openrouter, anthropic, openai, ...) | no | openrouter |
| thinking | Thinking level: off, minimal, low, medium, high, xhigh | no | medium |
| pi_version | npm version of @mariozechner/pi-coding-agent to install | no | 0.70.5 |
| github_token | Token used for the gh CLI inside pi (defaults to github.token) | no | ${{ github.token }} |
| working_directory | Where pi runs (defaults to github.workspace) | no | ${{ github.workspace }} |
| timeout_minutes | Hard cap on the pi step in minutes | no | 15 |
| append_system_prompt | Extra system instructions appended to pi defaults | no | "" |
| verbose | Pass --verbose to pi to show startup and debug output | no | false |
Outputs
| name | description |
|---|---|
| exit_code | Pi's exit code |
| session_log | Path to pi's session JSONL (also uploaded as artifact) |