review

Automate code reviews for pull requests across multi-language repositories.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DonTizi/CodeGeass --skill review-dontizi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/DonTizi/CodeGeass/tree/main/.claude/skills/review
Command: npx skills add https://github.com/DonTizi/CodeGeass --skill review-dontizi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are often time-consuming and error-prone, leading to hidden defects and inconsistent quality. This Skill automates the initial, comprehensive review process to surface issues early and accelerate developer feedback.

Core Features & Use Cases

  • Automated analysis across correctness, security, performance, maintainability, and tests: scans diffs and project context to identify potential problems.
  • PR-centric workflows: applicable to pull requests or recent changes across multi-language codebases.
  • Structured feedback output: generates a prioritized list of issues with concrete suggestions and links to references.
  • Use Case: When a PR is opened, run the review to produce a detailed report that guides the next developer actions.

Quick Start

Review the latest pull request in the repository and return a structured feedback report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automated code review scans pull request diffs and branch contexts to evaluate correctness, security, performance, maintainability, and test coverage. It outputs a prioritized feedback report with concrete suggestions to accelerate developer actions.

Can I run automated code analysis on multi-language repositories?

Yes, automated code analysis supports multi-language repositories and diverse workflows. It evaluates pull request diffs and branch contexts across different languages to surface defects and ensure consistent quality.

What is the best way to check security and maintainability in a PR?

Automated PR analysis evaluates security and maintainability by scanning diffs and project context to identify potential problems. It generates a structured feedback report with prioritized issues and concrete suggestions to guide developer actions.

How does automated test coverage evaluation work for recent code changes?

Automated test coverage evaluation analyzes PR diffs and branch contexts to identify gaps in testing. It outputs a structured feedback report highlighting missing test coverage alongside correctness, security, and maintainability issues.

Does automated code review work without external dependencies?

Automated code review operates without external dependencies, analyzing pull request diffs and branch contexts directly. It evaluates correctness, security, and maintainability to output a structured feedback report with actionable suggestions.