| name | git-pr |
| description | Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh. |
Your task
Create a pull request.
Step 1 — Commit & Push
First, run the git-commit-push skill to ensure all changes are committed and pushed.
Step 2 — Create PR
After the push is confirmed, create a draft pull request:
- Gather context:
git log --oneline main...HEAD, git diff main...HEAD
- Create a pull request using
gh pr create --draft. PR description MUST be in English.
Scope: $ARGUMENTS (optional — e.g. an app name like ncc, a package like sc-backend-core, or pipelines). If provided, focus on changes under that area. If omitted, include all changes on the branch.
NEVER mention co-authored-by, Generated with Claude Code or similar aspects.