code-review

Analyze codebases and generate structured Markdown review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate structured code reviews by analyzing source files and generating a comprehensive Markdown report outlining issues, suggested fixes, and improvements.

Core Features & Use Cases

  • Multi-criteria analysis across critical, major, and minor issues with clear categorizations.
  • Generates a maintainable Markdown report suitable for PRs, design reviews, and team discussions.
  • Supports reviewing multiple languages by scanning common file extensions and project conventions.

Quick Start

Provide a path to the file or directory to review, or omit arguments to review the most recent changes; the system will output a Markdown review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a structured code review for my pull request?

Automate a structured code review by providing file paths or omitting arguments to scan recent changes, generating a Markdown report with categorized critical, major, and minor issues plus suggested fixes.

What programming languages does this static analysis tool support?

This static analysis tool supports Dart, Go, TypeScript, and Python projects by scanning common file extensions and project conventions to identify quality and safety issues.

Can I review only the latest changes in my codebase instead of entire directories?

You can review the latest changes by omitting file path arguments, allowing the system to automatically detect and analyze your most recent codebase modifications for issues.

How does this code review tool categorize identified issues?

This code review tool categorizes identified issues across critical, major, and minor severity levels, generating a maintainable Markdown report suitable for team discussions and design reviews.

What format does the code analysis report output?

The code analysis report outputs a structured Markdown format containing categorized issues, suggested fixes, and improvements, making it suitable for pull requests and design reviews.

Do I need to specify file paths to run a quality assurance analysis?

Specifying file paths is optional for quality assurance analysis; providing a path reviews specified files, while omitting arguments automatically reviews the most recent changes in your project.