com um clique
pr
Create a pull request for the current branch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create a pull request for the current branch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.