‹ 首页

work-with-pr

@code-yeongyu · 收录于 1 周前 · 上游提交 今天

Full PR lifecycle in a fresh task-owned git worktree: implement via the ulw-loop skill with mandatory evidence-bound manual QA → reviewer-readable English PR → verification loop (CI + Cubic, where Cubic is skipped only when its quota is exhausted) → merge by default → worktree cleanup. Decomposes one task into the smallest atomic, independently-mergeable PRs and builds the independent ones concurrently via one worktree per PR driven by parallel subagents or a team. Unbounded loop: any failing gate sends you back to fix-and-re-QA inside that PR's worktree. Use whenever implementation work needs to land as a PR. Triggers: 'create a PR', 'implement and PR', 'work on this and make a PR', 'implement issue', 'land this as a PR', 'split into atomic PRs', 'parallel PRs', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.

适合你,如果经常需要将开发任务拆成多个独立PR并自动走完提交流程

/ 通过 npx 安装 校验哈希
npx oh-my-skill add code-yeongyu/oh-my-openagent/work-with-pr
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/work-with-pr
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify code-yeongyu/oh-my-openagent/work-with-pr
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
65973GitHub stars
~4K上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 5ef852a · 表述以原文为准
它做什么

Claude 会为每个任务创建独立的 git 工作目录,将任务拆成多个小 PR,并行实现,经过人工 QA 和自动检查后自动合并并清理工作目录。

什么时候触发

当你要求“创建一个 PR”、“实现并提交 PR”、“拆分 PR”等,或上下文暗示需要提交代码时触发。

装好后可以这样说
Claude 会拆分任务、创建分支、实现代码并提交 PR。
Claude 会实现、提交 PR,并循环验证直到通过。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。