create-pr
星标2
分支0
更新时间2026年2月26日 20:36
Create a PR with conventional title format. Triggers on: 'create PR', 'pull request', 'submit PR'.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a PR with conventional title format. Triggers on: 'create PR', 'pull request', 'submit PR'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | create-pr |
| description | Create a PR with conventional title format. Triggers on: 'create PR', 'pull request', 'submit PR'. |
Create a GitHub PR with conventional commit title and verify CI.
main. Branch name should follow feat/<issue>-<name> or fix/<issue>-<name>.Closes #42).gh pr create --title "<type>(scope): description" --body "<summary>". Use conventional title: feat, fix, docs, refactor, test, chore.gh run list --branch <branch> --limit 3. All checks must pass before merging.main to main.type(scope): description.--squash when merging: gh pr merge <number> --squash --delete-branch.Sprint planning workflow with ICE scoring and velocity-based sizing.
Research codebase to inform refinement and planning decisions.
Create and edit GitHub issues via gh CLI.
Guide for modifying agent configurations (copilot-instructions.md and SKILL.md).
Review pull requests for correctness, security, and logic errors.
Test-Driven Development cycle for writing tests before implementation.