Skip to content

Commit 6faa331

Browse files
chore(skills): unify PR monitor loop stop condition to 3 consecutive clean passes (#3285)
1 parent 2e079e9 commit 6faa331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/pull-request/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ REPEAT:
135135
6. If actionable comments → fix all, /verify, commit, push, reply, resolve, consecutive_zero=0, GOTO 1
136136
7. If non-actionable unresolved → reply all explaining why, resolve all, consecutive_zero=0, GOTO 5
137137
8. If zero unresolved threads → consecutive_zero++
138-
if consecutive_zero >= 2 → check branch protection (see 6f), then STOP ✓
138+
if consecutive_zero >= 3 → check branch protection (see 6f), then STOP ✓
139139
else GOTO 3
140140
```
141141

0 commit comments

Comments
 (0)