store: PR Reviewer: Review All PRs Including AI-Generated

This commit is contained in:
Cal Corum 2026-03-02 15:57:14 -06:00
parent fd74b1db32
commit ef3e57b868

View File

@ -0,0 +1,26 @@
---
id: bb05e13c-d0dd-422e-a7b2-d5eaa891f0b3
type: decision
title: "PR Reviewer: Review All PRs Including AI-Generated"
tags: [pr-reviewer, issue-worker, safety, decision, gitea, ai-automation]
importance: 0.7
confidence: 0.8
created: "2026-03-02T21:57:14.610621+00:00"
updated: "2026-03-02T21:57:14.610621+00:00"
---
# PR Reviewer: Review All PRs Including AI-Generated
## Decision
The PR reviewer agent reviews **ALL** open PRs, including those created by the issue-worker agent (tagged with `ai-pr-opened` label).
## Rationale
The reviewer acts as a safety net for autonomous AI work. AI-generated PRs may have subtle errors or miss conventions that a review pass can catch before merging.
## Special Handling
- PRs from `ai/` branches receive **extra scrutiny** per the agent instructions
- The `ai-pr-opened` label is not used to skip, only to signal elevated review caution
## Related System
- issue-worker agent creates PRs with `ai-pr-opened` label
- pr-reviewer is a second, independent AI pass over that work