원클릭으로
release
Guide a two-phase release workflow using git worktrees: run scripts on main, then commit changes on release/<version> via PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide a two-phase release workflow using git worktrees: run scripts on main, then commit changes on release/<version> via PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and manage non-urgent bugfix branches in a git worktree with standard PR workflow (squash merge).
Create and manage maintenance/refactor branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage documentation-only branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage feature branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage urgent hotfix branches in a git worktree with stricter guardrails and PR checklist (squash merge).
Create and manage exploratory spike branches in a git worktree; PR optional, cleanup removes worktree only.
| name | release |
| description | Guide a two-phase release workflow using git worktrees: run scripts on main, then commit changes on release/<version> via PR. |
main (required by scripts).release/<version>, commit, and open a PR.origin/mainrelease/<version>X.Y.Z (semver) for stable release prep.../.worktrees/pluto/<branch_sanitized> where / -> __.main.scripts/release.sh ....main. Leave changes uncommitted.release/<version> from origin/main.main.main.