work-with-pr
code-yeongyu · Development
完整的PR生命周期:git worktree → 实现 → 原子提交 → 创建PR → 验证循环(CI + review-work + Cubic审批)→ 合并。持续迭代直至所有关卡通过并完成合并。合并后自动清理worktree。适用于任何需以PR形式落地的实现任务。触发词:'create a PR'、'implement and PR'、'work on this and make a PR'、'implement issue'、'land this as a PR'、'work-with-pr'、'PR workflow'、'implement end to end',即使用户仅说'implement X'但上下文暗示需交付PR时。
Full PR lifecycle: git worktree → implement → atomic commits → PR creation → verification loop (CI + review-work + Cubic approval) → merge. Keeps iterating until ALL gates pass and PR is merged. Worktree auto-cleanup after merge. 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', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.
npx skills add https://github.com/code-yeongyu/oh-my-openagent --skill work-with-pr
星标 62029 · 安装量 201