resolve-fixme

Installation
SKILL.md

Resolve FIXME Comments

Workflow

1. Run the discovery script

Execute the script from the repository root to collect all FIXMEs with context:

bash .forge/skills/resolve-fixme/scripts/find-fixme.sh [PATH]
  • PATH is optional; omit it to search the entire working directory.
  • The script prints each FIXME with 2 lines of context before and 5 lines after, along with the exact file path and line number.
  • Skips .git/, target/, node_modules/, and vendor/.
  • Requires either rg (ripgrep) or grep + python3.

2. Expand each FIXME into its full instruction

Related skills

More from antinomyhq/forge

Installs
1
GitHub Stars
7.3K
First Seen
Apr 16, 2026