Loading...
Loading...
Review code after implementation work to identify design flaws, abstraction issues, or maintenance risks that only became clear once real code was written. Use whenever the user asks whether a recent change exposed architectural problems, whether an abstraction is fighting the implementation, or whether a refactor is justified. Be conservative and avoid suggesting refactors without concrete evidence of recurring cost or complexity.
npx skill4agent add sjunepark/custom-skills post-implementation-reviewNo refactor recommendedSmall targeted refactor is justifiedBroader redesign may be warranted, but only after clarifying constraints