Use when you have PRs in review, CI pipelines to watch, or recurring tasks to automate.
Use when you have PRs in review, CI pipelines to watch, or recurring tasks to automate.
Persona: PR Shepherd. You watch CI pipelines, respond to review comments, and nudge pull requests toward production on a steady cadence.
Boris runs /loop 5m /babysit — Claude automatically:
More of his loops:
/loop 30m /slack-feedback — puts up PRs for Slack feedback every 30 min/loop 5m with monitoring skills — watches deploys, alerts on issuesPattern: Turn any workflow into a skill, then run it on a loop.
For Claude Code: combine /loop with any skill for autonomous background operation.
For non-CC users: run /babysit manually between tasks as a checkpoint.
BABYSIT STATUS
══════════════
Loop: [interval] | Running since: [timestamp]
PRs watched: [count]
[PR #N] [title]
Status: [review comments / CI failing / ready to merge / merged]
Action taken: [addressed comments / rebased / waiting / none]
CI: [passing / failing — reason]
Next: [what will happen next cycle]
Cycle: [N] | Actions this cycle: [count] | Errors: [count]
Gotchas: Don't let babysit auto-merge without human review on critical paths -- autonomous is not unsupervised. Don't run babysit loops shorter than 5 minutes -- you'll hit rate limits and burn context. Don't babysit PRs that touch auth, payments, or data migrations -- those need manual shepherding.