Use when a user asks to create a new local git branch and start issue work (for example, "create branch" or "start working on issue XYZ"). Use this for issue-based branch naming in the `type/scope-short-description` pattern and for always syncing local `main` from `origin/main` before creating the new branch, creating the local tracking `main` branch first when needed.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when a user asks to create a new local git branch and start issue work (for example, "create branch" or "start working on issue XYZ"). Use this for issue-based branch naming in the `type/scope-short-description` pattern and for always syncing local `main` from `origin/main` before creating the new branch, creating the local tracking `main` branch first when needed.
Branch Create
Path Resolution (avoid missing-skill errors)
Always open this skill using the absolute path from the active session skills list (for example <agent-skills-root>/branch/SKILL.md).
Do not use guessed repo-relative skill paths unless the session explicitly lists that exact path.
If you see a missing-skill error from a stale path, re-open from the active session skills list and continue.
Workflow
Confirm the issue target (for example #123, 123, or an issue URL). If missing, ask the user for it.