AI SummaryAutomates GitHub issue creation and management by inferring type, labels, and milestones from conversation context, saving developers time on routine issue tracking tasks.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "issue" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/issue && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/issue/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/issue/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/issue/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/issue/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Create and update GitHub issues. Triggers on "create issue", "file issue", "open issue", "new issue", "report bug", "request feature", "track this", "create epic", "create theme", "update issue", "check off", "mark complete", "close issue". Infers type, labels, and milestone from conversation context.
Issue Skill
Create, update, and manage GitHub issues following ZeroAE conventions. Infer as much as possible from context; only ask when ambiguous.
Modes
This skill operates in three modes based on context: | Mode | Trigger Phrases | Action | |------|-----------------|--------| | Create | "create issue", "file issue", "new issue", "report bug", "request feature" | Create new issue | | Update | "update issue", "add to issue", "update #123" | Modify existing issue body/metadata | | Progress | "check off", "mark complete", "done with", "finished" | Check checkboxes in issue body |
Supported Issue Types
| Type | Emoji | GitHub Type | Use For | |------|-------|-------------|---------| | Bug | 🐛 | Bug | Defects, unexpected behavior | | Feature | ✨ | Feature | New functionality, enhancements | | Task | 📋 | Task | Documentation, testing, specific work items | | Chore | 🔧 | Chore | Maintenance: refactor, deps, ci, cleanup | | Epic | 🎯 | Epic | Major feature spanning multiple issues | | Theme | 🎨 | Theme | Strategic initiative spanning epics | > Note: For release preparation, use /pr release <version> to create a Release Prep PR.
Context Inference
Before asking questions, analyze the conversation to infer:
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster