code-quality-reviewer

Analyze code quality and suggest improvements using Context7 documentation.

55|38|Updated Sep 26, 2018
One-click install
npx skills add https://github.com/Advance-Technologies-Foundation/clio --skill code-quality-reviewer-advance-technologies-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-reviewer
Source: https://github.com/Advance-Technologies-Foundation/clio/tree/main/.codex/skills/code-quality-reviewer
Command: npx skills add https://github.com/Advance-Technologies-Foundation/clio --skill code-quality-reviewer-advance-technologies-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenges of code maintainability, readability, and adherence to best practices by analyzing code quality and suggesting improvements.

Core Features & Use Cases

  • Code Structure Analysis: Evaluates code organization, modularity, and adherence to SOLID principles.
  • Best Practices Verification: Utilizes Context7 documentation to verify best practices and naming conventions.
  • Pattern Recognition: Identifies anti-patterns and suggests design pattern improvements.
  • Analysis Workflow: Processes diffs to understand changes, fetches relevant documentation, and compares implementation against industry standards.
  • Use Case: Use this Skill to analyze the changes in your codebase and receive actionable recommendations for improvements.

Quick Start

Run the code-quality-reviewer skill on your code changes with the command: code-quality-reviewer analyze -d /path/to/diff

Frequently Asked Questions about code-quality-reviewer

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

FAQPage Schema
How do I check if my code changes follow SOLID principles and best practices?

Code quality analysis evaluates your codebase diffs against Context7 documentation to verify SOLID principles, best practices, and naming conventions, providing actionable recommendations for maintainability and readability improvements.

What is code structure analysis and how does it identify anti-patterns?

Code structure analysis evaluates organization and modularity by processing your codebase diffs and comparing implementations against Context7 documentation to identify anti-patterns and suggest design pattern improvements.

How do I analyze codebase changes using Context7 documentation?

Analyze codebase changes by running `code-quality-reviewer analyze -d /path/to/diff`, which fetches Context7 documentation and compares your implementation against industry standards to generate actionable improvement recommendations.

Do I need Python to run code quality analysis and verify best practices?

Yes, Python is required to run code quality analysis, as the skill leverages a Python environment to process diffs, fetch Context7 documentation, and evaluate maintainability and readability improvements.

What's the best way to improve code maintainability and readability for codebase updates?

The best way to improve maintainability is to analyze codebase changes against Context7 documentation to verify best practices, detect anti-patterns, and receive targeted recommendations for structural and readability improvements.

When should I not rely on automated code review for maintainability improvements?

Automated code review relies on Context7 documentation and diff analysis, so it may be limited when evaluating proprietary frameworks or undocumented APIs that lack standard industry references for maintainability comparison.