بنقرة واحدة
create-pr
Create a GitHub PR with optional issue linking. Use after committing and pushing changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a GitHub PR with optional issue linking. Use after committing and pushing changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Address CodeRabbit or other reviewer comments on a PR to make it merge-ready.
Create a GitHub issue for vultisig-windows using the official bug/feature templates.
God-mode orchestrator. Takes a Linear ticket OR PR and handles the ENTIRE workflow end-to-end — branch creation, implementation, testing, commits, PR creation, Linear updates, OR exhaustive PR review with parallel agents. Use for complete feature delivery or deep PR audits.
Approve and merge a GitHub PR. Use when you want to approve and merge the current branch's PR, or a specific PR number.
Comprehensive testing guide covering unit, integration, and E2E tests. Reference for deciding what to test and how, with Vitest and Playwright patterns.
Search and analyze feature implementations in sibling iOS, Android, and backend repositories. Use when porting features or validating cross-platform parity.
| name | create-pr |
| description | Create a GitHub PR with optional issue linking. Use after committing and pushing changes. |
| disable-model-invocation | true |
/create-pr or /create-pr #42 (with GitHub issue)
git log --oneline main..HEAD
git diff --stat main..HEAD
git branch --show-current
#42 or issue URL^\d+-git push -u origin $(git branch --show-current)
gh pr create --title "short description" --body "$(cat <<'EOF'
## Summary
- Brief description of changes
## Issue
Closes #42
## Test Plan
- [ ] Manual testing steps
- [ ] yarn check:all passes
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
Print the PR URL so the user can review it.