# Aitodo

> Resolve tasks described in `AITODO` comments by implementing the required code changes and removing the comments.

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

---


When this skill is used: (Read the `AGENTS.md` for project guidelines)

1. Run `git grep AITODO`
2. For each line in the output:
  - Read the context and task described
  - Collect information related to the problem if needed
  - Create a plan to resolve the problem
  - When in doubt, try to make your best guess following other similar patterns in other files in the same project.
  - If you have real concerns and doubts about the purpose ask the user before acting.
  - Implement the required changes in the code and remove the AITODO comment when complete
  - Iterate until all AITODO comments are gone

