一键导入
pr-babysit-watch-drive-to-green
Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.
| name | PR babysit (watch & drive to green) |
| description | Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`. |
| triggers | ["pr babysit","watch pr","pull request","ci green","pr-babysit"] |
Use this to shepherd a pull request to a mergeable state: monitor checks and review comments, and delegate fixes as needed.
Dependency: this skill needs read access to the PR — either the GitHub MCP server enabled, or the
ghCLI available to thetester/run_commandtool. If neither is configured, tell the user and stop.
gh pr view <n> --json ... / gh pr checks <n> through
run_command.delegate a tester (or implementer) to reproduce, diagnose, and fix.delegate an implementer to address each comment.