# Fix Todos

> Intelligent TODO resolution with context-aware implementation

- Skill: `manastalukdar/fix-todos` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/fix-todos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/fix-todos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/manastalukdar/fix-todos

---


# Fix TODOs

I'll systematically find and resolve TODO comments in your codebase with intelligent understanding and continuity across sessions.

Arguments: `$ARGUMENTS` - files, directories, or specific TODO patterns to fix

## Token Optimization

**Expected range**: 500–1,500 tokens (initial), 100 tokens (no TODOs)

**Caching**: Caches TODO state in `.claude/cache/fix-todos/` for 7 days.

**Early exit**: Returns immediately if no TODOs are found in the current scope.

**Patterns used**: Grep-before-Read, early exit, git diff scope default, progressive disclosure

