一键导入
pr
Create a pull request for the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a pull request for the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pr |
| description | Create a pull request for the current branch |
| disable-model-invocation | true |
| argument-hint | [base branch] |
Create a PR from the current branch. Base: $ARGUMENTS (default: main).
Repo: haalfi/integration-showcase.
For all GitHub API calls: use github-pat first (read+write), fall back to MCP_DOCKER for reads only.
Pre-check: Verify not on main, working tree clean, branch pushed to remote.
Push with -u if needed.
Coverage gate: Check git diff main...HEAD --name-only for files under src/ or tests/.
hatch run test-cov (requires 80%). Stop and report if it fails.Gather context: git log main..HEAD --oneline and git diff main...HEAD.
Draft PR: Title (<70 chars) + body:
## Summary
<1-3 bullet points>
## Test plan
- [ ] ...
Create PR using create_pull_request:
owner: "haalfi", repo: "integration-showcase"head: current branch, base: main (or $ARGUMENTS)Report the PR URL.