Feed the PR reviewer the linked issue + test-runner facts so it stops punting to the human #438
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Total time spent: 25 minutes 5 seconds
Due date
igor
25 minutes 5 seconds
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor#438
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The shadow reviewer ends at
COMMENTfar more often than it should, andCOMMENTmeans a human is asked. Over three days: 30 COMMENT, 18 APPROVE, 11 REQUEST_CHANGES — per PR, 16 finished APPROVE against 30 finishing non-APPROVE. Roughly two thirds of PRs land in the operator's queue.The reason is usually MISSING CONTEXT, not a defect. Verbatim, from two PRs merged 2026-07-27 after a human confirmed both were fine:
bin/test-agent-block.shactually executed by CI? The Makefile isn't in the diff."Neither is a code problem. The first is answerable by reading the linked issue; the second by reading
bin/check-sync.sh, which globsbin/test-*.sh. Both were settled by a human in about a minute each. The reviewer hedged because it was honest about not knowing — the right instinct with the wrong inputs.Decision: give the reviewer the context it keeps saying it lacks. Two additions to the review prompt:
Closes #NN) and include that issue's body. Requirements the PR claims to satisfy are unverifiable without it, and "I can't verify the requirement" is currently a standing reason to punt to the human.check-sync.shglobsbin/test-*.sh, so a newbin/test-*.shruns in CI automatically. "Is this test even run" is a recurring question the diff cannot answer.Scope discipline: this is about giving the reviewer facts it asks for, NOT about loosening its standards. Do not touch the verdict thresholds or tell it to approve more. If it still has a real doubt after being handed the issue and the runner facts, COMMENT remains correct.
Acceptance criteria:
Closes #NNin the PR body (bounded in size; skip gracefully if it cannot be fetched).Why it matters: an operator asked for a loop that codes, reviews, merges, then picks up the next ticket. At a 35% approve rate that loop stalls on a human two thirds of the time. This is the lever that changes the rate.