help-issues
Show quick reference for issue management skills
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Show quick reference for issue management skills
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Automatically implement all sub-issues of an epic in dependency order
Implement a GitHub issue with automated PR creation
End-of-session retrospective. Captures knowledge from any working session (debug, implementation, config, deployment) as reusable scripts, CLAUDE.md procedures, or skill proposals. Run before ending a session to prevent knowledge loss.
Decompose a large GitHub issue into sub-issues and create a tracking draft PR
OWASP-guided security code review for a specific domain or issue
Project kickoff checklist based on lessons learned from previous projects. Generates a tailored checklist and optionally creates GitHub issues.
Basierend auf der SOC-Berufsklassifikation
| name | help-issues |
| description | Show quick reference for issue management skills |
| user-invocable | true |
Show the documentation for issue management skills.
When invoked, display the following quick reference:
| Skill | Syntax | When to Use |
|---|---|---|
/decompose | /decompose <issue> | Start: break down large issue |
/extend | /extend <issue> | Later: add more sub-issues |
/bug | /bug "<title>" | Bug found during work |
/update-tracking | /update-tracking <pr> | Update status table |
/sync-closes | /sync-closes <pr> | Sync Closes statements |
/decompose 723 → Draft PR + sub-issues
↓
(work) → /bug "title" if needed
↓
/update-tracking → Update status
↓
/extend 723 → More sub-issues (optional)
↓
/sync-closes → Ensure all Closes #
↓
Merge → Auto-close all issues
# Break down new large issue
/decompose 723
# Report bug (parent from branch)
/bug "Webhook fails in test mode"
# Report bug (explicit parent)
/bug 724 "Webhook fails in test mode"
# Update tracking PR
/update-tracking 727
# Add more sub-issues
/extend 723
# Sync Closes statements
/sync-closes 727
| Emoji | Meaning |
|---|---|
| ⏳ | Pending |
| 🔄 | In Progress |
| ✅ | Complete |
| ❌ | Blocked |
| 🐛 | Bug |
Full documentation: ~/.claude/skills/README.md