A structured approach to improving code through three pillars: review, refactoring, and debugging. You get specific modules for each task, like receiving feedback, finding code smells using catalog patterns, or systematically tracing root causes. What's notable is the verification emphasis. There are gates before claiming work is done and explicit fix verification steps. The modules reference concrete frameworks like OOP refactoring catalogs and functional patterns, plus defense-in-depth validation strategies. It's prescriptive rather than freeform, which works if you want guardrails around quality practices. Good for teams wanting consistent approaches or solo developers who tend to skip the verification step.
npx skills add https://github.com/samhvw8/dotfiles --skill code-quality