Creates and links a development branch to an issue. Use to start implementation work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-project-skills:gh-linking-branches-to-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages development branches using the `gh issue develop` command.
Manages development branches using the gh issue develop command.
gh-verifying-context has been run and confirmed by the user.Creates a new branch and links it to the issue.
Command:
gh issue develop <issue-number> --name "feature-x"
See references/commands.md for the full flag reference, branch naming conventions, and verification command.
npx claudepluginhub yu-iskw/github-project-skills --plugin github-project-skillsCreates a development branch for a GitHub issue using standardized naming (issue-<number>). Verifies issue existence via gh CLI before branching.
Fetches a GitHub issue, creates a branch in a worktree, and launches team-develop agents to implement the fix or feature end-to-end.
Automates GitHub issue workflow ceremony: labels issues, creates feature branches, commits with issue references, posts progress comments, and links PRs with Closes #N.