원클릭으로
manage-gitflow-release
Manage project GitFlow branch lifecycle for IdeaRefinery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage project GitFlow branch lifecycle for IdeaRefinery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | manage-gitflow-release |
| description | Manage project GitFlow branch lifecycle for IdeaRefinery. |
Primary command:
python3 scripts/release/gitflow_release.py <action> [flags]
Flow: main -> feature -> develop -> release -> main
Publish a validated release to GitHub from release branch.
Publish GitHub release from release branch with verify, merge, tag, and gh release steps.
Publish a GitHub release from a release branch, including verification, merge to main, tag push, and gh release creation.
Manage project GitFlow branch operations with main -> feature -> develop -> release -> main.
Manage project GitFlow branch operations with main -> feature -> develop -> release -> main and delete merged feature branches while keeping release branches.