code-reviewer

Automate code review workflows with Python scripts for static analysis and security checks.

4|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Cor-Incorporated/claude-code-skills --skill code-reviewer-cor-incorporated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Cor-Incorporated/claude-code-skills/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/Cor-Incorporated/claude-code-skills --skill code-reviewer-cor-incorporated

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyright, Bandit, pycodestyle, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process, identifying potential issues with quality, security, and adherence to best practices.

Core Features & Use Cases

  • Code Quality Analysis: Scans code for readability, maintainability, and performance issues.
  • Security Checks: Detects security vulnerabilities, such as input validation and authentication checks.
  • Adherence to Best Practices: Validates naming conventions, code structure, and testing practices.
  • Use Case: Utilize this Skill during code reviews for a pull request in a software development workflow to ensure code meets the required standards.

Quick Start

Run 'code-reviewer -- analyze my-project/ -- generate-report my-report.md'

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate static code analysis for multiple programming languages?

Automate static code analysis by running Python scripts that scan codebases for quality, security vulnerabilities, and best practice adherence, supporting TypeScript, JavaScript, Python, Go, Swift, and Kotlin.

Does automated code review work with TypeScript and Go projects?

Automated code review works with TypeScript and Go projects, alongside JavaScript, Python, Swift, and Kotlin, using static analysis scripts to evaluate code quality and security.

How do I run a security vulnerability check during a pull request code review?

Run a security vulnerability check during a pull request code review by executing automated scripts that detect input validation issues and authentication flaws, generating a detailed security assessment report.

What's the best way to validate naming conventions and code structure automatically?

The best way to validate naming conventions and code structure automatically is using static analysis tools like pycodestyle to ensure adherence to established coding best practices.

Do I need to install Bandit and Pyright to scan code for security and quality issues?

You need Bandit and Pyright installed as dependencies to scan code for security vulnerabilities and perform static type checking, ensuring comprehensive code quality and security analysis.

How do I generate a code quality report after scanning my project?

Generate a code quality report after scanning your project by running the analysis command with the generate-report flag, outputting detailed quality and security assessment results into a markdown file.