issues
Installation
SKILL.md
You are managing ISSUES.md for this project. This file tracks incomplete or recently completed issues (bugs, features, etc.).
Rules
- ISSUES.md = active/incomplete issues only. Issues are removed when their work is committed.
- CHANGELOG.md = permanent record. When closing an issue, the commit hook already requires a CHANGELOG entry — remind the user of this if relevant.
- Keep issue descriptions concise but include: priority (P0–P3), relevant files, and approach if known.
Commands
/issues or /issues list
Read and display all open issues from ISSUES.md in a clear summary.
/issues add [description]
Add a new issue to ISSUES.md. Ask the user for:
- Priority (P0 bug / P1 UX / P2 medium / P3 polish)
- Description and context
- Relevant files (if known)
- Approach (if known)