一键导入
fix-todos
Use this skill when the user asks to search for and address TODO comments in the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when the user asks to search for and address TODO comments in the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fix-todos |
| description | Use this skill when the user asks to search for and address TODO comments in the codebase. |
Find all comments with the CLAUDE: prefix in the codebase using rg "CLAUDE:".
Read the relevant files and surrounding context to understand what is being asked.
If necessary, prompt the user for more information to solidify your understanding.
Once you have a good understanding of what is being asked, create a summary table and prompt the user for confirmation that the todo items have been correctly interpreted.
After confirmation, dispatch sub-agents to execute each task. Dispatch agents in paralell when the tasks are unrelated. For example, writing tests and writing documetation are separable tasks. Use sequential dispatch when tasks touch the same files or have dependencies (for example, implementing and then testing a feature). If there are very few tasks or the tasks are simple, you may omit sub-agents and execute everything in the main context.
After all tasks are complete, produce a summary table of how each task was implemented and any important caveats.