Help us improve
Share bugs, ideas, or general feedback.
Creates and links a development branch to an issue. Use to start implementation work.
npx claudepluginhub yu-iskw/github-project-skills --plugin github-project-skillsHow 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.
Creates git branches following Sentry naming conventions (<username>/<type>/<description>) from arguments, local diffs, or user input. Classifies types like feat/fix/ref/chore. Uses gh CLI for username prefix.
Tracks GitHub issue progress using gh CLI and git: labels issues, adds comments/commits, creates branches/PRs. Use when starting implementation or reporting updates.
Creates traceable Git branches for current tasks using ticket IDs or short summaries (e.g., <ticket-id>-<short-kebab-summary>). Inspects git status, safely switches/creates, reports uncommitted work.
Share bugs, ideas, or general feedback.
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.