Ghost Suite · Service
Your Reviewer agent on every PR.
Install once. On every pull request, Ghost Review posts inline comments, runs Semgrep, attaches a GhostScore, and links you back to Studio for one-click fixes.
Inline review comments
The Reviewer agent walks the diff and comments on the exact lines that need attention.
GhostScore on every PR
0–100 confidence for the change. Block merging below your threshold (Pro).
One-click fix in Studio
Each comment links to /workspace?from=<pr> so the change can be auto-fixed by the Developer agent.
How it works
- Install the GitHub App on the repos you want haunted.
- On every
pull_request.synchronize, the webhook hits Studio's pipeline inreview-onlymode. - The Reviewer agent posts comments, sets the check status, and stores the run in
public.review_runs. - You see all reviews in your Studio dashboard alongside Studio's own runs.