agentsclimarketplace

Gh issue develop

Skill dceoy/github-cli-agent-skills/skills/gh-issue-develop

Agent skills for GitHub CLI

Install
npx -y skills add dceoy/github-cli-agent-skills --skill gh-issue-develop

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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

Manage linked branches for GitHub issues using gh issue develop.

SKILL.md

1.2 KB, 245 tokens by cl100k_base, as published. Nobody here has run it

GitHub Issue Develop

When to use

  • The user asks to create or list branches linked to an issue.
  • You need a branch name tied to an issue.

Inputs to confirm

  • Issue number or URL.
  • Branch name (optional) and base branch.
  • Whether to checkout after creation.
  • Target repo if not current (--repo OWNER/REPO).

Workflow

  1. Verify auth:
    gh --version
    gh auth status
    
  2. List linked branches:
    gh issue develop --list 123
    
  3. Create a branch (optionally checkout):
    gh issue develop 123 --name "feature/123-fix" --base main --checkout
    

Examples

# Create and checkout a branch for issue 123
~ gh issue develop 123 --checkout

Notes

  • --branch-repo allows creating the branch in a fork.
  • --base sets the remote base branch for the new branch.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.