Skip to content

docs(pr): add slow-check probe + AI re-reviewer churn tips#321

Merged
drn merged 2 commits into
masterfrom
argus/2026-06-23-222357-pr-skill
Jun 24, 2026
Merged

docs(pr): add slow-check probe + AI re-reviewer churn tips#321
drn merged 2 commits into
masterfrom
argus/2026-06-23-222357-pr-skill

Conversation

@drn

@drn drn commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Two additive documentation improvements to the /pr skill loop (no control-flow change):

  • Step 4a: add a check-runs status probe (gh api .../check-runs) to distinguish a genuinely-running slow CI check (in_progress + real started_at) from a stuck/queued one (queued past created_at +3min, or no matching run), preventing both premature give-up and silent infinite waits. Notes that the placeholder must match the exact gh pr checks name.
  • Step 4c: note that AI re-reviewers (CodeRabbit, claude-review/robothanx CI jobs) re-review on every push and surface new incremental findings; expect 2-4 cycles to converge and clarify the 'same failure 3+ times' guard targets a recurring finding, not genuinely-new ones.

Co-Authored-By: Claude noreply@anthropic.com

drn and others added 2 commits June 24, 2026 00:02
Two additive doc improvements to the /pr skill loop (no control-flow change):

- Step 4a: add a check-runs status probe to distinguish a genuinely-running
  slow CI check (in_progress + real started_at) from a stuck/queued one
  (queued >3min or no run), preventing both premature give-up and silent
  infinite waits.
- Step 4c: note that AI re-reviewers (CodeRabbit, claude-review/robothanx CI
  jobs) re-review on every push and surface new incremental findings; expect
  2-4 cycles to converge and don't treat a new finding after a clean round as
  loop-stuck — the "same failure 3+ times" guard targets recurring findings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Address review findings on the Step 4a check-runs probe:
- note the <check> placeholder must match the exact gh pr checks name (a
  typo yields a false "no run")
- make the queued threshold measurable via created_at instead of an
  unanchored "~3 minutes"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@drn drn merged commit 5bf1058 into master Jun 24, 2026
@drn drn deleted the argus/2026-06-23-222357-pr-skill branch June 25, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant