Self-review the code you just wrote for bugs, duplication, and reusability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plannotator-dev-skills:self-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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?
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?
npx claudepluginhub plannotator/dev-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.