You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(babysit): resolve merge conflicts against staging during the review loop (#5695)
* fix(babysit): resolve merge conflicts against staging during the review loop
* fix(babysit): trim merge-conflict handling to essentials
* fix(babysit): gate conflict-resolution pushes and handle UNKNOWN mergeable
* fix(babysit): bound persistent UNKNOWN mergeable state and clarify step skip
* fix(babysit): merge instead of rebase to resolve conflicts, drop force-with-lease
* fix(babysit): don't skip pending review findings when resolving a merge conflict
* fix(babysit): spot-check commit hygiene before a merge-conflict push
* fix(babysit): commit merge-conflict fixes before pushing, bound UNKNOWN before waiting
* fix(babysit): run pre-push checks before committing the merge-conflict fix
* fix(babysit): bound persistent CONFLICTING state and fix pre-push check order
* fix(babysit): reconcile hard rule with step 2's merge-conflict sync exception
* fix(babysit): page all review threads before branching on mergeable state
* fix(babysit): cut merge-conflict handling down to the essentials
* fix(babysit): simplify merge-conflict handling to a minimal step
Copy file name to clipboardExpand all lines: .agents/skills/babysit/SKILL.md
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
---
2
2
name: babysit
3
-
description: Drive a PR to a clean review (Greptile 5/5, zero open threads) — ships if needed, triggers Greptile/Cursor Bugbot, fixes real findings, replies to and resolves every thread, and loops until clean
3
+
description: Drive a PR to a clean review (Greptile 5/5, zero open threads) — ships if needed, keeps it mergeable against staging, triggers Greptile/Cursor Bugbot, fixes real findings, replies to and resolves every thread, and loops until clean
4
4
---
5
5
6
6
# Babysit PRs
7
7
8
8
Owns a PR end-to-end through review: ship it, wait for the automatic review round, and if it
Copy file name to clipboardExpand all lines: .claude/commands/babysit.md
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
---
2
-
description: Drive a PR to a clean review (Greptile 5/5, zero open threads) — ships if needed, triggers Greptile/Cursor Bugbot, fixes real findings, replies to and resolves every thread, and loops until clean
2
+
description: Drive a PR to a clean review (Greptile 5/5, zero open threads) — ships if needed, keeps it mergeable against staging, triggers Greptile/Cursor Bugbot, fixes real findings, replies to and resolves every thread, and loops until clean
3
3
---
4
4
5
5
# Babysit PRs
6
6
7
7
Owns a PR end-to-end through review: ship it, wait for the automatic review round, and if it
0 commit comments