Review Clean Code

Use when: reviewing code against Clean Code principles (Uncle Bob) and SOLID at the function/class level — meaningful names, small functions, single level of abstraction, argument count, error handling, DRY, comment quality, and SOLID (SRP, OCP, LSP, ISP, DIP) as applied to individual classes and functions. Triggered by: "review clean code", "check clean code", "Uncle Bob review", "SOLID review", "review --clean-code", or dispatched by review-orchestrator. NOT for: architectural layer violations (review-architecture), naming convention formatting (review-style), logic correctness bugs (review-logic), or security (review-security-code).

MrCipherSmith 5e1c865 18.9 KB Updated

File contents

MrCipherSmith/goodai-base/tree/main/skills/review-clean-code commit 5e1c865463

Frequently asked questions

npx skillmds@latest add mrciphersmith/review-clean-code