Автопилот для GitHub Pull Request
★ 8.0 · automation
babysit is a Claude Code skill that watches a GitHub pull request through its entire review cycle and does not stop until the PR is genuinely ready to merge. It runs a seven-step loop: identifies the PR, checks mergeability and draft status, polls CI/CD checks every 30–60 seconds, reads new comments and review threads, fixes real issues in focused commits, resolves threads only after verifying the fix, and halts only when all checks pass, the review decision is acceptable, and no unresolved threads remain. The skill uses `gh pr view` with structured JSON fields, paginated GraphQL queries for review threads, and the `resolveReviewThread` mutation via GitHub CLI. It is built for developers who need to reliably shepherd PRs through automated pipelines without missing a single review comment.
- #github
- #pull-request
- #ci-cd
- #monitoring
- #automation