‹ 首页

work-with-pr

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

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 缺失或不一致均拒装。
66743GitHub stars
~4K上下文体积 · 单文件
索引托管

怎么用

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

装上后,当您要求进行代码实现并提交PR时,Claude会创建独立工作树,分步实现代码,进行手动QA,创建英文PR,自动运行CI和Cubic验证,循环修复直到通过,然后自动合并并清理工作树。

什么时候触发

当您说出“创建PR”、“实现并提交PR”、“处理这个issue并提交PR”等关键词时触发,或者当上下文表明需要提交PR时。

装好后可以这样说
Claude会启动完整的PR生命周期。
Claude会拆分并并行构建独立的PR。
Claude会通过ulw-loop驱动实现和手动QA。

评论

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