# Todos To Issues

> Scan codebase for TODO comments and create professional GitHub issues with context

- Skill: `manastalukdar/todos-to-issues` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/todos-to-issues`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/todos-to-issues/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/todos-to-issues

---


# TODOs to GitHub Issues

I'll scan your codebase for TODO comments and create professional GitHub issues following your project's standards.

## Token Optimization

**Expected range**: 100–400 tokens (initial), 50 tokens (no new TODOs)

**Caching**: Loads TODO inventory from `.claude/cache/find-todos/todo-inventory.json` if available.

**Early exit**: Returns immediately if no new TODOs exist since last sync.

**Patterns used**: Grep-before-Read, early exit, caching

