Claude Code skills tagged Code Quality
Skills that measure or enforce code quality — naming, deepness, testability.
10 skills
-
ce-dhh-rails-style
Write Rails code the way Basecamp, HEY, and Campfire do — vanilla framework, rich domain models, no gem sprawl
-
code-reviewer
Get a code review that prioritizes by impact and explains the why, not just the what
-
evidence-collector
Catch broken UI claims before they ship — with screenshots, not vibes
-
git-workflow-master
Keep a clean, navigable git history without bikeshedding every PR
-
performance-optimization
Stop guessing at performance — profile, identify the bottleneck, fix the bottleneck, verify
-
production-audit
Audit whether a repo is ready to ship without sending its contents to an external service
-
systematic-debugging
Debug bugs by finding the cause, not by patching symptoms
-
tdd
Build features or fix bugs through red-green-refactor on vertical slices
-
tech-debt-tracker
Identify and prioritize tech debt with data, not gut feel
-
verification-before-completion
Stop claiming things work without running them first