review-clean-code

Analyze code quality against Clean Code principles with severity ratings.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mshaheerz/hive-mind --skill review-clean-code-mshaheerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-clean-code
Source: https://github.com/mshaheerz/hive-mind/tree/main/agent-skills/review-clean-code
Command: npx skills add https://github.com/mshaheerz/hive-mind --skill review-clean-code-mshaheerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill addresses the challenges of maintaining code quality by systematically identifying and suggesting fixes for common "code smells" based on established Clean Code principles.

Core Features & Use Cases

  • Code Quality Analysis: Analyzes code for issues related to naming, function size, duplication, over-engineering, magic numbers, structural clarity, and project conventions.
  • Severity Ratings: Assigns High, Medium, or Low severity ratings to identified issues.
  • Refactoring Suggestions: Provides actionable advice for improving code quality.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag code quality issues before they are merged, ensuring a higher standard of maintainability.

Quick Start

Use the review-clean-code skill to analyze the codebase in the current directory for code quality issues.

Frequently Asked Questions about review-clean-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my codebase for clean code violations and code smells?

Analyze code quality by scanning files to identify naming, function size, duplication, over-engineering, magic numbers, and structural clarity issues, receiving severity ratings and refactoring suggestions for fixes.

Can I analyze Python and Go code for refactoring suggestions?

Yes, you can analyze TypeScript, JavaScript, Python, and Go codebases by applying predefined rules to evaluate code quality dimensions and generate actionable refactoring advice.

How do I integrate code review into my CI/CD pipeline?

Integrate code review into your CI/CD pipeline by scanning files before merges to automatically flag code quality issues, ensuring a higher standard of maintainability for your project.

What are common code smells and how are they rated?

Common code smells include naming issues, function size, duplication, over-engineering, magic numbers, and structural clarity, rated by assigning High, Medium, or Low severity ratings to identified issues.

Does automated code quality analysis require external dependencies?

No, automated code quality analysis operates by scanning files and applying predefined rules for each dimension without requiring external dependencies.