clean-code-review

Coordinate multi-dimensional code reviews across 10 criteria with quality gates.

Updated Jun 19, 2023
One-click install
npx skills add https://github.com/JeroenJochems/modelwise --skill clean-code-review-jeroenjochems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-code-review
Source: https://github.com/JeroenJochems/modelwise/tree/main/.claude/skills/clean-code-review
Command: npx skills add https://github.com/JeroenJochems/modelwise --skill clean-code-review-jeroenjochems

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of maintaining high code quality by providing a comprehensive review process across multiple dimensions, ensuring code is maintainable, readable, and robust.

Core Features & Use Cases

  • Multi-dimensional Code Analysis: Evaluates code against 10 key aspects of clean code, including naming, functions, classes, error handling, comments, formatting, tests, architecture, patterns, and professional standards.
  • Automated Delegation: Intelligently delegates specific review tasks to specialized skills based on the nature and scope of code changes.
  • Quality Gate Enforcement: Acts as a final gatekeeper, ensuring code meets critical quality standards before being merged or considered complete.
  • Use Case: After completing a new feature implementation, activate this skill to perform a thorough code review, identify potential issues, and ensure adherence to best practices before committing the code.

Quick Start

Run a comprehensive code review on the files in the 'src/' directory.

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 a comprehensive code review before merging new features?

Automated code review coordinates a multi-dimensional analysis across 10 criteria, delegating specific tasks to specialized skills to enforce a strict quality gate before code acceptance.

What aspects of clean code are evaluated during a software quality audit?

A software quality audit evaluates 10 clean code aspects: naming, functions, classes, error handling, comments, formatting, tests, architecture, patterns, and professional standards.

How does multi-dimensional code analysis adapt to different programming languages?

Multi-dimensional code analysis detects the code scope and language, then intelligently delegates specialized review tasks to ensure adherence to language-specific best practices.

Does code review enforce quality standards for critical issues before acceptance?

Code review enforces a strict quality gate, requiring all critical issues to be resolved before code is accepted or merged.

Can I use automated code review to check test coverage and architecture simultaneously?

Yes, automated code review coordinates analysis across multiple dimensions simultaneously, evaluating test coverage and software architecture alongside 8 other quality criteria.