review-code

Analyze code paths across correctness, security, performance, readability, testing, and architecture.

24|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill review-code-prorise-cool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/Prorise-cool/prorise-claude-skills/tree/main/.claude/skills/code-quality-specialist/references/domains/review-workflow
Command: npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill review-code-prorise-cool

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring code adheres to quality, security, and architectural standards across multiple dimensions, saving development teams significant time and effort.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code across correctness, security, performance, readability, testing, and architecture.
  • Structured Reports: Generates detailed reports with actionable recommendations, categorized by severity.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues before code is merged, ensuring higher code quality and faster development cycles.

Quick Start

Use the review-code skill to analyze the code in the 'src/utils' directory.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate multi-dimensional code reviews for security and performance?

Automated code review analyzes specified code paths for correctness, security, and performance. It generates structured reports with actionable recommendations and severity classifications to ensure adherence to predefined quality standards.

What does static analysis check during an architecture review?

Static analysis during architecture review evaluates code structure, readability, and testing dimensions. It identifies structural issues and provides actionable recommendations categorized by severity to maintain architectural standards across the codebase.

Can I integrate automated code review into a CI/CD pipeline?

Automated code review integrates into CI/CD pipelines to flag potential issues before merging code. This ensures higher code quality and faster development cycles by enforcing predefined quality standards automatically.

How do I generate structured reports with actionable recommendations from code reviews?

Code reviews generate structured reports by analyzing correctness, security, and performance across specified paths. These reports include actionable recommendations classified by severity, providing clear guidance for resolving identified issues.

What are the limitations of automated static analysis for code review?

Automated static analysis requires access to code files and adherence to predefined quality standards. It focuses on correctness, security, and performance dimensions, meaning it may not catch context-specific logic flaws outside its review dimensions.