clean-code-review

Execute audit scripts to report clean code metric violations.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/srnichols/plan-forge --skill clean-code-review-srnichols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-code-review
Source: https://github.com/srnichols/plan-forge/tree/main/.github/skills/clean-code-review
Command: npx skills add https://github.com/srnichols/plan-forge --skill clean-code-review-srnichols

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires read_file, run_in_terminal, file_search, grep_search, and includes scripts (resource) components.

What problem does it solve?

This Skill identifies and reports potential violations of clean code principles in the codebase, promoting better maintainability and code quality.

Core Features & Use Cases

  • Automated Clean Code Auditing: Evaluates the codebase against multiple clean code guidelines.
  • Customizable Reporting: Provides detailed reports highlighting areas of concern with specific recommendations.
  • Use Case: Ideal for ensuring compliance with internal code standards and fostering good coding practices in team environments.

Quick Start

To initiate a Clean Code review for a specified scope, run /clean-code-review --scope .

Frequently Asked Questions about clean-code-review

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

FAQPage Schema
How do I automate clean code auditing for my codebase?

You can automate clean code auditing by running audit scripts that detect violations against metrics like cyclomatic complexity, code duplication, and long parameter lists. This provides detailed reports highlighting areas of concern to ensure compliance with development standards.

What static analysis checks are performed during a codebase audit?

Static analysis checks performed during a codebase audit include evaluating cyclomatic complexity, code duplication, and long parameter lists. These clean code metrics help identify potential violations of clean code principles to promote better maintainability and overall code quality.

How do I check my project for cyclomatic complexity and code duplication violations?

You can check for cyclomatic complexity and code duplication by running an audit on your specified codebase scope. The script reports violations against these clean code metrics, highlighting areas of concern and providing specific recommendations for better maintainability.

Can I use automated code quality audits for ongoing quality control in team environments?

Yes, you can use automated code quality audits for ongoing quality control in team environments. The auditing process is applicable across various stages of software development, ensuring compliance with internal code standards and fostering good coding practices among the team.

What is the best way to ensure compliance with internal development standards?

The best way to ensure compliance with internal development standards is through automated clean code auditing. By evaluating the codebase against multiple guidelines and generating customizable reports with specific recommendations, you can effectively enforce development standards and maintain code quality.

Do I need to specify a scope to run a clean code review?

Yes, you need to specify a scope to run a clean code review. You can initiate the audit for a specified scope, such as the current directory, allowing the audit scripts to accurately target and evaluate the relevant codebase sections for clean code violations.