agentsclimarketplace

Gh issue create

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

Agent skills for GitHub CLI

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

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

Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.

SKILL.md

1.3 KB, 283 tokens by cl100k_base, as published. Nobody here has run it

GitHub Issue Create

When to use

  • The user asks to open a new issue.
  • You need to file a bug, feature request, or task.

Inputs to confirm

  • Title and body.
  • Labels, assignees, milestone, project (optional).
  • Target repo if not current (--repo OWNER/REPO).

Workflow

  1. Verify auth:
    gh --version
    gh auth status
    
  2. Create the issue:
    gh issue create --title "Bug: login fails" --body "Steps to reproduce..."
    gh issue create --label "bug" --assignee "@me"
    
  3. Optional: use templates or open the web flow:
    gh issue create --template "Bug Report"
    gh issue create --web
    

Examples

# Create with labels and assignee
~ gh issue create --title "Add caching" --body "Details..." --label "performance" --assignee "@me"

Notes

  • --assignee @me assigns yourself; @copilot is supported on GitHub.com only.
  • Adding to projects may require gh auth refresh -s project.

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.