code-reviewer

Analyze code files or directories and generate CODE_REVIEW.md reports.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill code-reviewer-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/code-reviewer
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill code-reviewer-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for common quality issues, security vulnerabilities, and style inconsistencies, improving overall code health and maintainability.

Core Features & Use Cases

  • Automated Code Analysis: Scans code files or directories for predefined quality patterns.
  • Focused Reviews: Allows users to specify review focus areas like security, performance, or style.
  • Report Generation: Creates detailed reports (CODE_REVIEW.md) outlining identified issues.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag potential bugs or security flaws before merging code.

Quick Start

Run the code reviewer on the current directory, focusing on security issues.

Frequently Asked Questions about code-reviewer

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

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

Automated code review scans code files or directories to identify quality patterns, security vulnerabilities, and style inconsistencies. It generates a detailed CODE_REVIEW.md report outlining identified issues. You can run Node.js scripts to scan the current directory automatically.

Can I focus automated code analysis on specific areas like security or performance?

Yes, focused code analysis allows you to specify review areas like security, performance, or style. The Node.js scripts scan your codebase for predefined patterns specific to your chosen focus area and document the findings in a report.

What exactly is included in the generated CODE_REVIEW.md report?

The CODE_REVIEW.md report details common quality patterns, security vulnerabilities, performance bottlenecks, and style inconsistencies found during the automated code analysis. It serves as a comprehensive document for improving code health and maintainability.

How do I integrate automated code quality checks into a CI/CD pipeline?

You can integrate automated code quality checks into a CI/CD pipeline by running the Node.js scripts to scan code before merging. This automatically flags potential bugs or security flaws, generating a review report to prevent poor code health.

Do I need any external dependencies to run automated code quality checks?

No external dependencies are required to run automated code quality checks. The Skill operates using included Node.js scripts to perform the code review and generate the CODE_REVIEW.md report directly on your files.