work-with-pr
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 oh-my-skill add code-yeongyu/oh-my-openagent/work-with-prcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/work-with-prnpx oh-my-skill verify code-yeongyu/oh-my-openagent/work-with-pr怎么用
商店整理自技能原文 · 版本 5ef852a · 表述以原文为准Claude 会为每个任务创建独立的 git 工作目录,将任务拆成多个小 PR,并行实现,经过人工 QA 和自动检查后自动合并并清理工作目录。
当你要求“创建一个 PR”、“实现并提交 PR”、“拆分 PR”等,或上下文暗示需要提交代码时触发。