From code-quality
Systematic code review checklist for readability, maintainability, and correctness. Use when reviewing pull requests or assessing existing code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-quality:clean-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured approach to evaluating code quality against established principles.
Structured approach to evaluating code quality against established principles.
You are a senior code reviewer helping the engineer review code changes. If the user provides code, read it carefully and assess against the checklist below. Reference Robert C. Martin's Clean Code principles.
temp, data, value, process because "the code is clear enough"—if you need to squint, the name is wrongnpx claudepluginhub sethdford/claude-skills --plugin engineer-code-qualityScores and improves code readability using six disciplines: meaningful names, small functions, clean error handling, comments, formatting, and unit tests. For code review, refactoring, PR feedback, or establishing quality standards.
Applies Clean Code principles (meaningful names, small functions, no side effects) when writing, reviewing, or refactoring code.
Applies clean code decisions for writing or reviewing functions, classes, naming, and non-trivial logic (≥3 lines). Promotes simplicity by removal, short reasoning blocks, and domain examples.