agentsclimarketplace

Create issue github

Skill ForeverAProgrammer/claude-devflow/skills/create-issue-github

Claude Code plugin with skills for daily dev workflows — commits, standups, PRs, design docs, and GitHub automation.

Install
npx -y skills add ForeverAProgrammer/claude-devflow --skill create-issue-github

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 a GitHub issue from a description provided by the user.

SKILL.md

1.1 KB, as published. Nobody here has run it

Create a GitHub issue from a description provided by the user.

$ARGUMENTS is the issue description — a sentence, bullet points, or a paragraph explaining the problem or feature request. If $ARGUMENTS is empty, ask the user to provide a description and stop.

Steps:

  1. Check that gh is installed and authenticated by running gh auth status. If not, tell the user and stop.
  2. Derive an issue title (imperative tense, under 72 chars) and a polished body from $ARGUMENTS:
    • What the problem or request is (2-4 sentences, plain English)
    • Why it matters or what the expected behaviour should be
    • Steps to reproduce if it sounds like a bug
    • No filler like "This issue..." or vague words without specifics
  3. Infer a label from the description if one of these clearly applies: bug, enhancement, documentation. Omit if unclear.
  4. Run gh issue create --title "<title>" --body "<body>", appending --label <label> if one was inferred. Append any user-provided flags from $ARGUMENTS.
  5. Print the issue URL.

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.