skill-fix | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / skill-fix

skill-fix

maintained by benbrastmckie

star 434 account_tree 468 verified_user MIT License
bolt View GitHub

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.

OpenCode tag scanning and task creation. Scan codebase tags and create tasks based on selections.

<context_injection> </context_injection>

Direct execution skill for tag discovery and task creation.

Scan FIX/NOTE/TODO tags and create tasks.

Load {todo_file} and {state_file} for task management Scan for FIX:/NOTE:/TODO: tags across codebase Present findings and let user select which to convert to tasks Create tasks in {todo_file} and {state_file} for selected tags

Validate tag parsing and task creation outputs.

<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

  1. Scan Phase: Recursively search specified paths (or entire project)
  2. Parse Phase: Extract tag text, file path, and line number
  3. Interactive Phase: Present findings with checkboxes for selection
  4. 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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 434
GitHub Forks 468
Created Mar 2026
Last Updated 3 months ago
tools tools debugging

Related Skills

fabric
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right
page-behavior-audit
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.