with one click
pr
Create a pull request for the current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a pull request for the current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.