name: skill-fix description: Scan files for FIX:/NOTE:/TODO: tags and create tasks. allowed-tools: Task, Bash, Edit, Read, Write
Fix Skill
Direct execution skill for scanning tags and creating tasks.
<context_injection>
<return_format>Return summary of created tasks.</return_format>
Context References
Reference (do not load eagerly):
- Path:
@specs/TODO.md- Current task list - Path:
@specs/state.json- Machine state
Tag Patterns
Scans for these embedded comment tags:
| Tag | Purpose | Example |
|---|---|---|
FIX: |
Bug or issue that needs fixing | # FIX: Handle null pointer case |
NOTE: |
Important observation or documentation | # NOTE: This assumes positive integers |
TODO: |
Pending work or implementation | # TODO: Add input validation |
Workflow
- Scan Phase: Recursively search specified paths (or entire project)
- Parse Phase: Extract tag text, file path, and line number
- Interactive Phase: Present findings with checkboxes for selection
- Creation Phase: Generate tasks for selected tags with proper categorization
Task Creation Rules
- FIX: tags -> Create "fix" type tasks
- NOTE: tags -> Create "note" type tasks (or documentation tasks)
- TODO: tags -> Create standard tasks
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
434
GitHub Forks
468
Created
Mar 2026
Last Updated
3 months ago
tools
tools debugging
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!