Skip to content
Skill

github-issue-creator

by majiayu000

AI Summary

Automates the creation of well-structured GitHub issues for the MCPSpy project. Use the CLI tool to create GitHub issues. If the issue body is rather long, write it to a temporary markdown file and use the option.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "github-issue-creator" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/github-issue-creator && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/github-issue-creator/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/github-issue-creator/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/github-issue-creator/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/github-issue-creator/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Creates well-structured GitHub issues for the MCPSpy project using the gh CLI tool. Use when asked to create issues, report bugs, or document features. Follows conventional naming with feat/chore/fix prefixes and maintains appropriate detail levels.

Tools and Usage

Use the gh issue CLI tool to create GitHub issues. If the issue body is rather long, write it to a temporary markdown file and use the gh issue create --body-file <file> option.

Examples

• feat(library-manager): add support for container runtime detection • chore: update dependencies to latest versions • fix(ebpf): handle kernel version compatibility issues

GitHub Issue Creator Skill

Automates the creation of well-structured GitHub issues for the MCPSpy project.

Issue Naming Convention

• Use standard prefixes: feat(component):, chore:, fix(component): • Component examples: library-manager, ebpf, mcp, http, output • Brackets are optional but recommended for clarity • Keep titles concise and descriptive

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
181 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars181
Forks38
Issues2
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code