ワンクリックで
git-branch-workflow
Use this skill when you need to create, rename, or validate a Git work branch from a safe and synchronized base branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill when you need to create, rename, or validate a Git work branch from a safe and synchronized base branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | git-branch-workflow |
| description | Use this skill when you need to create, rename, or validate a Git work branch from a safe and synchronized base branch. |
Create or normalize a working branch without breaking branch policy.
main without saying soAPP-142 from the default branch.main.main exists locally and remotely; the worktree is clean; origin/main is current enough for the task.main if needed; fetch if required; verify no local drift; create feature/APP-142-search-filters.main is behind expected remote state and the user has not accepted the risk.git-branch-workflowmain has not been synchronized recently.git fetch or log comparison shows main is behind origin/main.main first.git-branch-workflowreferences/concepts.mdreferences/decision-rules.mdreferences/examples.mdassets/examples/sample-scenarios.mdUse this skill when you need to deliver a complete Git change from inspected repository state through commit, push, and final human-facing summary.
Use this skill when the Git repository is in an unsafe or ambiguous state and the agent must stop, explain the risk, and route to the safest next action.
Use this skill when you need to start an agent session in a Git repository by inspecting branch, remote, worktree, and risk signals before any modification.
Use this skill when you need to stage, split, and describe Git commits so each commit carries one clear intent with a traceable message.
Use this skill when you need to resolve Git merge or rebase conflicts methodically, document the chosen resolution, and validate the repository before continuing.
Use this skill when you need to create, deliver, and document an urgent Git hotfix from the correct protected base without bypassing review and safety rules.