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 | false |
| allowed-tools | Bash(git *), Bash(gh pr create *), Skill(commit) |
You are creating a pull request for the current branch on Buddies of Budgie docs (Docusaurus / React / TypeScript site).
Run these commands to understand the current state:
git status
git log --oneline main..HEAD
git diff main...HEAD --stat
git diff main...HEAD
git branch --show-current
If there are uncommitted changes, run the /commit skill first before proceeding.
Based on the changes, choose the conventional commit prefix:
feat: - New feature or functionalityfix: - Bug fixchore: - Maintenance, dependency updates, refactoringdocs: - Documentation content changesrefactor: - Code restructuring without behavior changeTitle format: <type>: <short description> (under 70 characters)
Body format:
## Summary
- <bullet point describing key change 1>
- <bullet point describing key change 2>
- <bullet point describing key change 3>
## Test plan
- [ ] `yarn build` completes successfully
- [ ] `yarn typecheck` passes
- [ ] `yarn lint` passes
- [ ] Verified locally with `yarn start`
- [ ] <additional specific test steps>
If any commits include Assisted-by trailers, note that in the PR description (e.g., "AI-assisted - see commit trailers for details").
Push the branch and create the PR:
git push -u origin HEAD
gh pr create --title "<title>" --body "$(cat <<'EOF'
<body content>
EOF
)"
Target branch: main (default)
yarn build, yarn typecheck, and yarn lint