원클릭으로
babysit
Monitor a PR on a loop — review AI/human comments, address feedback, and keep the PR clean until it's ready to merge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor a PR on a loop — review AI/human comments, address feedback, and keep the PR clean until it's ready to merge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | babysit |
| description | Monitor a PR on a loop — review AI/human comments, address feedback, and keep the PR clean until it's ready to merge. |
| user_invocable | true |
| triggers | ["/babysit"] |
Continuously monitors the current PR on a 7-minute loop. Each iteration reviews incoming comments (human and AI), replies with valid/invalid assessments, fixes valid issues, and checks CI — iterating until all comments are addressed and CI passes.
/review-comments skill must be available./loop skill must be available.Invoke the /loop skill with a 7-minute interval that executes the following on each tick:
/review-commentsExecute the /review-comments skill against the current PR. This will:
Zero tolerance for unresolved comments without a reply. Every unresolved comment thread must have a reply from us containing:
If /review-comments leaves any comment without a reply, go back and reply to it manually.
After handling review comments, check CI status:
gh pr checks {PR_NUMBER}
If CI is failing, investigate the failures, fix them, commit, and push.
At the end of each tick, evaluate whether to continue:
When stopping, send a final summary to the user.
Use the /loop skill with a 7-minute interval:
/loop 7m <the per-tick workflow above>
Report: