review-code-maintain

star 33

Maintainability and readability review: structure, clarity, and changeability

OzeroHAX By OzeroHAX schedule Updated 2/16/2026

name: review-code-maintain description: Maintainability and readability review: structure, clarity, and changeability

Need to assess how easy the code is to maintain and evolve The PR has a lot of new logic or refactoring without functional changes PR/diff and a short change objective Project naming rules and style guide List of known pain points in the module Readability: code intent is clear without deep context Composition: functions/classes have clear responsibilities Complexity: conditional branching and nesting are not excessive Naming: entities reflect domain and behavior Testability: logic can be tested in isolation Technical debt: no new hidden coupling without explicit rationale Findings explain how issues will affect future maintenance Avoid subjective demands without readability benefit Prefer simple and local improvements Do not demand large refactoring unrelated to the current change risk Do not mix style nitpicks with architectural problems Short list of key maintainability issues and fix priority Mark quick wins separately from long-term improvements
Install via CLI
npx skills add https://github.com/OzeroHAX/AssistAgents --skill review-code-maintain
Repository Details
star Stars 33
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator