Appearance
Address FIXMEs
Address FIXME, TODO, and REFACTOR notes in the specified files.
Check arguments, chat history, or other context to determine which files to work on. If you can't figure it out with high confidence, ask the user. Do NOT work on all FIXMEs across the entire code base unless explicitly told to do so.
Once you know which files to check:
- Search for FIXME, TODO, and REFACTOR comments in those specific files
- List what you found with their locations
- Propose fixes for each one
- Get approval before making changes
- Implement the approved fixes
Prioritize FIXME items first, then REFACTOR, then TODO.