# Todo Hygiene

> Write TODO comments with owners. Use whenever stubbing out incomplete work.

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

---


# Todo Hygiene

When you stub out incomplete work, write the TODO as `TODO(owner): description` so the follow-up is traceable. Never leave a bare `TODO:` without an owner.

