code-review

Scan source code for bugs, documentation, and style issues.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/sirius-zuo/agentverse --skill code-review-sirius-zuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sirius-zuo/agentverse/tree/main/examples/code-review-agent/skills/system/code-review
Command: npx skills add https://github.com/sirius-zuo/agentverse --skill code-review-sirius-zuo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the code review process, reducing manual effort and improving consistency in code quality checks.

Core Features & Use Cases

  • Automated Code Inspection: Identifies correctness, clarity, and style issues in code submissions.
  • Customizable Review Guidelines: Adapts to your project's coding standards.
  • Use Case: For developers who need a systematic approach to code reviews, this skill automates the process of finding potential bugs and improving readability.

Quick Start

Use the code-review skill to get a detailed code review on your latest pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews to check for bugs and coding style issues?

Automate code reviews by scanning source code to identify bugs, unclear documentation, and non-standard coding styles. This process uses text analysis and pattern matching to systematically find potential problems and ensure quality.

Can I customize automated code inspection rules to match my project's coding standards?

Yes, automated code inspection supports customizable review guidelines to adapt to your project's specific coding standards. This ensures the automated analysis aligns with your required approach to code quality management.

How does automated code analysis identify potential bugs in source code?

Automated code analysis identifies potential bugs by applying text analysis and pattern matching to scan source code submissions. It flags correctness, clarity, and style issues based on your configured review guidelines.

What is the best way to streamline code reviews for a software development project?

The best way to streamline code reviews is to automate the inspection process for correctness, clarity, and style issues. This reduces manual effort and improves consistency in code quality checks across the project.

Does automated code review work for pull requests and new code submissions?

Yes, automated code review is designed to scan code submissions including pull requests. It systematically reviews the latest code to find bugs, improve readability, and enforce standardized quality checks.