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)
Related skills
More from rootspec/skills
commit
Use when the user wants to commit changes. Stages files, updates CHANGELOG.md, and creates a commit following project conventions.
8release
Use when the user wants to create a release. Guides through updating changelogs and running the release script.
7dev
Use when the user wants to manage the dev server — setup, start, stop, restart, or check status.
4