원클릭으로
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 직업 분류 기준
Implement UI from Figma designs via MCP with a closed-loop pixel-parity check. Extract exact values (never eyeball), translate to SwiftUI, then render→diff→fix against the Figma export until it matches. Use when implementing or auditing UI against Figma.
HTTP networking layer reference — TargetType, HTTPClient, services, error handling.
Fetch CodeRabbit review comments from batch PRs and auto-fix the issues. Pushes fixes and re-requests review.
Run multiple tasks overnight as parallel PRs. Produces a PRD per task, selects skills/rules, spawns isolated agents, and reports PR links.
Run multiple tasks overnight as parallel PRs. Produces a PRD per task, selects skills/rules, spawns isolated agents, and reports PR links.
Run SwiftLint and xcodebuild to verify the project compiles cleanly.
| 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+-swiftlint lint --config VultisigApp/.swiftlint.yml VultisigApp/
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
- [ ] SwiftLint passes
- [ ] xcodebuild build succeeds
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
Print the PR URL so the user can review it.