Commit ac9a0a3
fix(skills): prevent premature thread resolution on self-authored PRs
The review bot incorrectly resolved its own technically-correct suggestion
on PR #1583. It had correctly identified that linked worktrees can be on
different mount points (EXDEV on rename), but in a later incremental
review run it accepted the author's less accurate doc comment claiming
".git/ is always on the same filesystem" and resolved the thread.
Add guidance to Step 6 (thread resolution) requiring:
- Verification that the substance was addressed, not just reworded
- Extra skepticism on self-authored PRs where the bot is both author
and reviewer, creating a bias toward accepting its own code's claims
Evidence: run 23182191893, PR #1583, session e2cae4a2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5eb7a76 commit ac9a0a3
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
321 | 332 | | |
322 | 333 | | |
323 | 334 | | |
| |||
0 commit comments