Coding

Maintainability Cost Scorecard

Scores a pull request on long-term maintenance cost rather than just correctness, useful for code that works today but already smells expensive to keep. - Rates readability, complexity, dependency risk, and change isolation from 1-10 - Surfaces the top 3 maintainability concerns behind those scores - Suggests concrete ways to simplify each one before merge

Prompt
Review this PR for long-term maintenance cost.

Score each of these 1-10:
- readability
- complexity
- dependency risk
- change isolation

Then explain the top 3 maintainability concerns and how to simplify them.
Download .md