agints.
← warehouse
Decide · coding-agent SKILL.md

Babysitting-PR SKILL.md: keep an open PR merge-ready

WhenUse when a PR is open and the agent should keep it green without merging.
StopNever force-push. Never merge. Stop after 3 cycles or a design decision. Skip design comments and report them.

Steps

  1. Get the PR status:
  2. Check CI: gh pr checks then gh run view <run-id> --log-failed
  3. Fix CI failures (lint / tsc --noEmit / tests / build), then:
  4. Handle review comments:
  5. Resolve merge conflicts:
  6. Re-check: gh pr checks --watch. Max 3 fix-push-check rounds.
  7. Report: which checks/comments/conflicts were fixed; remaining blockers.
Loadgh. git. babysitting-pr SKILL.md. No merge permission.
Copy SKILL.mdRaw SKILL.md
---
name: Babysitting-PR SKILL.md: keep an open PR merge-ready
description: Use when a PR is open and the agent should keep it green without merging.
---

# Babysitting-PR SKILL.md: keep an open PR merge-ready

When: Use when a PR is open and the agent should keep it green without merging.
Stop: Never force-push. Never merge. Stop after 3 cycles or a design decision. Skip design comments and report them.

1. Get the PR status:
2. Check CI: gh pr checks then gh run view <run-id> --log-failed
3. Fix CI failures (lint / tsc --noEmit / tests / build), then:
4. Handle review comments:
5. Resolve merge conflicts:
6. Re-check: gh pr checks --watch. Max 3 fix-push-check rounds.
7. Report: which checks/comments/conflicts were fixed; remaining blockers.

Load: gh. git. babysitting-pr SKILL.md. No merge permission.

Get my agents setup

your agents work while you sleep.