plan-review-code-quality

Installation
SKILL.md

Plan Review Code Quality

Review whether the plan fits the codebase cleanly.

Evaluate

  • Module boundaries and naming.
  • Reuse of existing helpers, conventions, and patterns.
  • DRY risks and repeated logic.
  • Error handling: named errors, callers, user-visible behavior, and tests.
  • Edge cases: nil/empty inputs, upstream failure, retries, stale state, repeated actions.
  • Technical debt hotspots.
  • Over-engineering and under-engineering.
  • Existing ASCII diagrams in nearby files; flag stale or missing diagrams.

Output

Return code quality findings ordered by severity. For each issue include:

Related skills
Installs
4
GitHub Stars
1
First Seen
4 days ago