babysit

仓库创建 2025年9月1日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

能替代人工反复查看 PR,对于活跃仓库可显著节省维护成本。

▸ 风险提示

需要 GitHub 访问权限与令牌以监控和操作 PR。

这个 Skill 做什么

持续监控 Pull Request 的评论、评审和 CI,直到可合并为止。

持续盯着一个 Pull Request,跟进评论、评审和 CI 状态直到它真正可合并。遇到未解决的 review 线程、失败的 checks 或新增评论就继续跟进,不会只做一次检查就放手。特点是持续轮询并主动推动,把所有可行动的问题都清掉,确保合并前置条件都满足。

▸ 展开 SKILL.md 英文原文

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

开发编程PR 监控CI 检查代码评审通用
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/babysit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/babysit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Babysit PR

Stay with the PR until it is actually clean. Do not stop after one check pass if comments or review threads are still unresolved.

## Workflow

1. Identify the PR number, branch, and base branch.
2. Confirm the PR is not draft and inspect mergeability, checks, review decision, comments, and review threads.
3. Watch pending checks until they finish. Poll at a practical interval, usually 30-60 seconds unless the user asks for a different cadence.
4. Read new comments and unresolved review threads. Treat bot summaries as useful, but verify actionable findings against the code.
5. Fix real issues in focused commits, run relevant tests/builds, push, and return to step 2.
6. Resolve 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有