원클릭으로
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.