1) Install the app
- Install the Ponzu GitHub App to your org or user account.
- Select repositories where you want AI review support.
- Grant required permissions for pull requests, issues/comments, checks, and metadata.
2) Verify installation health
After install, confirm:- webhook delivery succeeds
- app can read PR metadata and comments
- app can post or edit review comments
3) Trigger your first review
In a PR thread, mention:4) Use the dogfood loop
For each major PR update:- Request
@ponzu review - Use Suggested Fix Prompt to resolve top blockers quickly
- Capture iteration metrics (time-to-first-review, rounds-to-green, merge lead time)
- Feed those metrics into usage/billing model design
Troubleshooting
- No response: check app install scope and webhook permissions.
- Delayed response: check CI/check-run webhook backlog.
- Missing context: ensure PR comments and reviews are accessible to the app.