agentsclimarketplace

Plan review code quality

Skill ChristopherAlphonse/calphonse-skills/plan-review-code-quality

Reviews code organization, maintainability, local patterns, error handling, and diagram freshness.From its SKILL.md

Install
npx -y skills add ChristopherAlphonse/calphonse-skills --skill plan-review-code-quality

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 204 tokens by cl100k_base, as published. Nobody here has run it

Plan Review Code Quality

Review whether the plan fits the codebase cleanly.

Guardrails

  • Prefer existing local patterns over new abstractions.
  • Flag overengineering and underengineering with concrete evidence.
  • Do not recommend cleanup outside the plan's changed surface.
  • Tie recommendations to maintainability, correctness, or verification impact.

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:

  • Finding
  • Evidence
  • Recommendation
  • Whether the plan needs a TODO, plan edit, test, or implementation change

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.