Gh linking branches to issues
Skill yu-iskw/github-project-skills/skills/gh-linking-branches-to-issues
Specialized Agent Skills to automate GitHub workflows using the GitHub CLI
npx -y skills add yu-iskw/github-project-skills --skill gh-linking-branches-to-issuesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Creates and links a development branch to an issue. Use to start implementation work.
SKILL.md
0.9 KB, as published. Nobody here has run it
Linking Branches to Issues
Purpose
Manages development branches using the gh issue develop command.
1. Safety & Verification
- Mandatory Context: Ensure
gh-verifying-contexthas been run and confirmed by the user. - Human-in-the-Loop: You MUST confirm the branch name and the target issue with the user before creation.
- Repository Check: Ensure you are in the correct repository (work vs personal) before creating a branch.
2. Common Workflows
Workflow: Create Linked Branch
Creates a new branch and links it to the issue.
Command:
gh issue develop <issue-number> --name "feature-x"
3. Reference
See references/commands.md for the full flag reference, branch naming conventions, and verification command.