Back to projects
Agentic CodingCohort 1
PR Triage Agent
An agent that reads an incoming pull request, runs the affected tests, and posts a review focused only on what the diff actually changed.
PR Triage Agent — cover
- Sandboxed test execution per pull request
- Refuses to review beyond the diff boundary
- Costs tracked per run and reported in the check
The interesting constraint was containment: the agent runs untrusted code from a fork on every invocation.