원클릭으로
create-branch
Create a new git branch from conversation context. Use when starting work on an issue or feature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new git branch from conversation context. Use when starting work on an issue or feature.
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-branch |
| description | Create a new git branch from conversation context. Use when starting work on an issue or feature. |
GitHub issue in context (URL or #123):
{type}/{issue-number}-{slugified-issue-title}{type} from the issue labels or title:
fix — bugs, errors, corrections (labels: bug, fix)feat — new features, enhancements (labels: enhancement, feature)refactor — code improvements without behavior changechore — maintenance, CI, docs, dependenciesfix if unclearbug) → fix/42-fix-trc20-token-transfersenhancement) → feat/55-add-dark-mode-supportNo GitHub issue:
{type}/{kebab-case-description}feat/add-dark-modefix/fix-balance-roundinggit checkout main
git pull
git checkout -b <branch-name>