issue-first
Enforces an Issue-First pattern for tracking implementation work, ensuring all tasks are classified and prioritized before coding begins.
Install this skill
Security score
The issue-first skill was audited on Feb 28, 2026 and we found 11 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 52 | ```typescript |
Template literal with variable interpolation in command context
| 116 | ```typescript |
Template literal with variable interpolation in command context
| 178 | ```typescript |
Template literal with variable interpolation in command context
| 211 | ``` |
Template literal with variable interpolation in command context
| 216 | 📄 Docs: ${docs_created ? `docs/${issue.id}/` : 'None (Beads only)'} |
Template literal with variable interpolation in command context
| 225 | ``` |
Template literal with variable interpolation in command context
| 259 | ```bash |
Template literal with variable interpolation in command context
| 343 | ``` |
Template literal with variable interpolation in command context
| 348 | ``` |
Template literal with variable interpolation in command context
| 416 | hierarchical_id = `${parent_id}.${childCount + 1}` |
Template literal with variable interpolation in command context
| 443 | 2. All commits include: `Feature-Key: ${issue.id}` |