agentsclimarketplace

Github issue

Skill eddmann/agent-toolkit/skills/github-issue

Collection of reusable skills and extensions for AI coding agents - prompts, Pi extensions, and other bits and pieces.

Install
npx -y skills add eddmann/agent-toolkit --skill github-issue

Assembled 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.
  • 2 stars2 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 context or conversation

SKILL.md

1.3 KB, as published. Nobody here has run it

Create a GitHub issue based on provided context or the current conversation.

Title Format

<type>(<scope>): <summary>

  • type REQUIRED: feat, fix, docs, refactor, perf, test, chore
  • scope OPTIONAL: affected area (e.g., api, auth, ui)
  • summary REQUIRED: concise description, under 80 chars total

Body

Include relevant sections only:

  • Summary - brief overview
  • Description - detailed explanation
  • Steps to reproduce - if it's a bug
  • Expected behavior - what should happen
  • Code snippets / error messages - if applicable

Steps

  1. If no context is provided, extract it from the current conversation (bugs, features, errors discussed).
  2. Draft a title and body. Present to the user for approval.
  3. Iterate if the user requests changes.
  4. ONLY after approval, create with gh issue create:
    gh issue create --title "type(scope): summary" --body "$(cat <<'EOF'
    Body content here...
    EOF
    )"
    
  5. Report the issue URL.

Notes

  • Do NOT create the issue until the user explicitly approves.
  • Use the current working directory's git repository.
  • Format code and errors properly in markdown.

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.