help-issues
Show quick reference for issue management skills
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show quick reference for issue management skills
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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