find_todos
Scan source files to locate TODO, FIXME, HACK, and other code tags, helping developers track unfinished work.
Instructions
Search for TODO/FIXME/HACK and similar tags in source files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Root directory to scan. | . |
| tags | No | Comma-separated list of comment tags to find. | TODO,FIXME,HACK,XXX,NOTE,BUG |
| extensions | No | File extensions to search. | .py,.js,.ts,.jsx,.tsx,.cs,.go,.rs,.java,.cpp,.c |
| max_results | No | Maximum number of results. Default: 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||