Babysit Pr
Skill ActiveBabysits an open pull request end-to-end by polling every minute, triaging new comments and reviews, handling CI failures, iterating on reviewer scores, and stopping only when the PR is ready to merge. Use when a user says `babysit this PR`, `watch this PR until it's merge-ready`, `handle review feedback on my PR`, or `keep iterating on this PR until reviewers are happy`. Do NOT use for a one-shot PR risk review, merged PR production monitoring, or repo-wide CI debugging with no scoped PR.
To automate the process of shepherding a pull request from review to merge-ready status, reducing manual oversight and ensuring continuous progress.
Features
- End-to-end PR monitoring and management
- Automated triage of comments and reviews
- Handling of CI failures and reruns
- Iterative feedback and score-based gatekeeping
- Stopping only when PR is merge-ready or blocked
Use Cases
- Babysit an open PR until it is merge-ready
- Watch for review comments, change requests, and CI failures continuously
- Apply small follow-up fixes and push them automatically
- Keep iterating until a reviewer or review bot gives the highest available score
Non-Goals
- One-time risk review with no ongoing watch loop
- Post-merge production impact checks
- Repo-wide CI triage without a scoped PR
- Ambiguous product or design decisions requiring user direction
Versioning
- warning:Release ManagementWhile the code is recent, there is no clear versioning indicated in the SKILL.md frontmatter, package.json, or CHANGELOG, and the README install instructions reference `npx skills install ckorhonen/swe-skills` which may imply installation from main.
Install
- warning:Installation instructionThe README provides an installation command (`npx skills install ckorhonen/swe-skills`), but it lacks specific examples of how to invoke the `babysit-pr` skill or detailed authentication steps for the `gh` CLI beyond implying its use.
Installation
/plugin install swe-skills@ckorhonen-swe-skillsQuality Score
Trust Signals
Similar Extensions
ClawSweeper Skill
100Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Github Code Review
99Comprehensive GitHub code review with AI-powered swarm coordination
Create Pull Request
99Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.