Clean Code (Robert C. Martin) guide to produce and challenge code that is readable, durable, simple, and consistent. Covers naming, functions, comments, smells, and refactor heuristics. Complements /solid (SOLID principles) and /anti-overengineering (YAGNI/KISS). Activate during the REFACTOR phase of the TDD cycle and during implementation self-review.
$npx -y skills add dgouron/review-flow --skill clean-codeInstalls into the current project.
Run `npx skills use "https://github.com/dgouron/review-flow" --skill "dgouron/review-flow/clean-code"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dgouron/review-flow" that are relevant to the current task. Run `npx skills add "https://github.com/dgouron/review-flow"` and select the relevant skills, then follow their instructions.