# Self Review

> Self-review the code you just wrote for bugs, duplication, and reusability.

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

---


Conduct a self-review of your code. Actively look for issues — bugs, duplications, oversights, edge cases, and anything that feels off. Trace through the logic systematically and flag anything that needs to be fixed or improved before we move on. Also assess reusability — is anything duplicated that shouldn't be, and could any logic be shared or abstracted, unless there's a good reason not to?

