git-issue-start

Fetch GitHub Issue data, validate labels, create a branch, and enter Plan Mode.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-issue-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-issue-start
Source: https://github.com/tatsushige-i/shared-claude-code/tree/main/docs/ja-JP/skills/git-issue-start
Command: npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-issue-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates starting an implementation workflow from a GitHub Issue by fetching data, validating labels, and preparing a plan.

Core Features & Use Cases

  • Fetch issue details (number, title, body, labels) and verify the Issue is OPEN.
  • Validate required labels per conventions and prompt for missing labels if needed.
  • Create and check out a branch derived from the issue type and title, then transition to Plan Mode.
  • Supply the implementation plan context for collaborative review and PR preparation.

Quick Start

Provide an Issue number to kick off the workflow, which will fetch the issue, validate labels, create a branch, and enter Plan Mode.

Frequently Asked Questions about git-issue-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate starting an implementation workflow from a GitHub Issue?

To automate starting an implementation workflow from a GitHub Issue, you provide an issue number to fetch data, validate required labels, create a branch, and enter Plan Mode for review.

How does branch creation from a GitHub Issue work?

Branch creation from a GitHub Issue works by generating a branch name derived from the issue type and title, then automatically checking out the new branch to prepare for implementation.

What happens if a GitHub Issue is missing required labels before starting work?

If a GitHub Issue is missing required labels, the workflow validates labels per conventions and prompts you to add the missing labels before proceeding with branch creation.

Can I use this workflow to fetch issue details and verify the status before planning?

Yes, you can use this workflow to fetch issue details like the number, title, body, and labels, while verifying the Issue is OPEN before transitioning to Plan Mode.

Do I need the GitHub CLI to fetch issue data for this workflow?

Yes, you need the GitHub CLI installed, as the workflow implements issue data retrieval via gh to fetch details and validate the issue state before branch creation.

What is Plan Mode in an issue-driven development workflow?

Plan Mode in an issue-driven development workflow is a transition state that supplies implementation plan context for collaborative review and PR preparation after branch creation.