code-quality-review

Identify and remediate code quality issues across security, error handling, style, and performance.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/maverox/claude-plugins --skill code-quality-review-maverox
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: code-quality-review
Source: https://github.com/maverox/claude-plugins/tree/main/plugins/software-engineering-suite/skills/code-quality-review
Command: npx skills add https://github.com/maverox/claude-plugins --skill code-quality-review-maverox

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Comprehensive code quality assessment by applying baseline standards (security, error handling, code style, performance) plus dynamic Claude rules to catch issues early and reduce review toil.

Core Features & Use Cases

  • Baseline checks across security, error handling, style, and performance.
  • Project-specific rules integration via Claude rules for tailored quality gates.
  • Auto-activation for common review prompts like "review code", "check code quality", "find issues", "code review".
  • Works with any language and project structure, and can be invoked in PR review workflows.

Quick Start

Run a full code-quality analysis on the latest changes and return actionable fixes.

Frequently Asked Questions about code-quality-review

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

FAQPage Schema
How do I automate code quality checks for a pull request?โ–ผ

Automating code quality checks for a pull request involves processing changed file diffs to identify security, error handling, style, and performance issues. This skill outputs line-level issues, severities, recommended fixes, and optional scoring.

What is static analysis for code security and how does it work?โ–ผ

Static analysis for code security scans source code to identify vulnerabilities and quality issues. This skill applies baseline standards and project-specific Claude rules to catch security and error handling problems early.

Can I run a code review on any programming language and project structure?โ–ผ

Yes, you can run code reviews on any programming language and project structure. This skill applies generic baseline quality checks across security, error handling, style, and performance while integrating project-specific Claude rules.

Does automated code review work with custom project rules?โ–ผ

Automated code review integrates project-specific Claude rules for tailored quality gates. This combines baseline security and performance checks with your custom rules to catch issues early.

How do I find performance and security issues in my code diffs?โ–ผ

Finding performance and security issues in code diffs requires running a full code-quality analysis on changed files. This skill identifies line-level issues and provides actionable recommended fixes.

What is the best way to reduce code review toil for developers?โ–ผ

Reduce code review toil by auto-activating baseline checks for security, error handling, style, and performance during pull request reviews. This approach catches issues early and outputs actionable fixes.