code-review

Analyze code files for quality metrics, anti-patterns, and security vulnerabilities.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill code-review-eroslifestyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/code-review
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill code-review-eroslifestyle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of analyzing code for quality issues, potential security vulnerabilities, and adherence to best practices, reducing manual review time and improving overall code health.

Core Features & Use Cases

  • Code Quality Analysis: Detects anti-patterns and calculates metrics like complexity and maintainability.
  • Security Checks: Performs basic security scans for common vulnerabilities.
  • Improvement Suggestions: Provides actionable feedback for code enhancement.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag code that violates style guides or introduces security risks before merging.

Quick Start

Run a basic code review on the 'src/' directory.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code quality analysis for my project?

Automate code quality analysis by running static checks against your source files to detect anti-patterns, calculate complexity metrics, and flag maintainability issues. This process reduces manual review time and helps enforce development standards automatically.

How do I check code for security vulnerabilities before merging?

Check code for security vulnerabilities by scanning your files to identify common risks and basic flaws before integration. This security validation prevents vulnerable code from entering your main branch during the development workflow.

Can I run automated linting and best practices checks on a specific directory?

Yes, you can run automated linting and best practices checks on a specific directory like 'src/'. The analysis reviews the code files within that path to validate adherence to style guides and identify potential risks.

What's the best way to integrate code review into a CI/CD pipeline?

Integrate code review into a CI/CD pipeline by triggering automated analysis on committed files. This automatically flags code that violates style guides or introduces security risks, ensuring standards are maintained before merging.

Does code quality analysis provide actionable suggestions for code enhancement?

Yes, code quality analysis provides actionable suggestions for code enhancement alongside anti-pattern detection and metric calculation. This feedback helps developers understand identified risks and improve overall code health.

What metrics are calculated during automated code analysis?

Automated code analysis calculates complexity and maintainability metrics while detecting anti-patterns within your files. These metrics help quantify code health and identify areas that require refactoring to meet best practices.