github-pr-creation
Intent
- 用于创建 GitHub PR:当用户要开 PR、提交评审、检查是否 ready for PR、生成 PR 标题/描述或整理待提交项时使用。Combine with
git-commitandverification-before-completionwhen 提交前还需要收口;Prefergithub-pr-mergewhen the task is 合并已有 PR。
Default operating pattern
- Collect the current diff, review feedback, or readiness question.
- Separate objective issues from style preferences and duplicated concerns.
- Recommend concrete code changes, replies, or follow-up checks.
- Verify the final state before marking the work ready.
- Summarize remaining risks and ownership clearly.
Pack fit
- Included in:
engineering-workflow - Keep examples generic, privacy-safe, and portable across hosts.
Boundary
- Do not use when review feedback still materially blocks submission.