CLI Review
Local Review Hand-off
Phase 6 exposes a local review command and markdown payload for incremental re-review workflows.
Prompt Request
Add sequence diagrams to review walkthroughs
Review v
Command
bun run local-review --prompt "Add sequence diagrams to review walkthroughs" --format markdown
Markdown Output
Copy this payload into a local CLI or CI review job.
# Local Review - Add sequence diagrams to review walkthroughs
- Review version: 1
- Provider: Mock review engine
- Status: Mock review engine completed a tuned review using repository defaults.
- Linked issue: Let issue votes fund Prompt Requests directly
## Summary
Seeded server review summary.
## Categories
- Bug risk: 1
- Security: 1
## Command
```bash
bun run local-review --prompt "Add sequence diagrams to review walkthroughs" --format markdown
```
## Payload
```json
{
"promptTitle": "Add sequence diagrams to review walkthroughs",
"provider": "mock",
"reviewVersion": 1
}
```JSON Payload
Phase 6 also exposes machine-readable review context for local tooling.
{
"promptTitle": "Add sequence diagrams to review walkthroughs",
"provider": "mock",
"reviewVersion": 1
}