create-pr
星标7
分支3
更新时间2026年3月20日 17:10
Create a pull request (pr)
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a pull request (pr)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | create-pr |
| description | Create a pull request (pr) |
| disable-model-invocation | true |
Create a pull request against main using the template at .github/PULL_REQUEST_TEMPLATE.md.
The template has two required sections: Summary (what changed and why) and How to QA (step-by-step verification instructions), plus a QA checklist. There is also an optional commented-out release checklist for env vars or migrations.
maingh pr view — if one exists, share the URL and stopgit push -u origin HEADgit log main..HEAD --oneline and git diff main..HEAD --statgh label list and apply any relevant onesgh pr create -d --base main --title "..." --body "..." -a "@me" -l "..."