mit einem Klick
pr
Create a pull request for the current branch
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create a pull request for the current branch
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| 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.