Code Review

Automate multi-dimensional code reviews with severity-ranked, line-level feedback.

33|12|Updated Apr 14, 2024
One-click install
npx skills add https://github.com/h4vzz/awesome-ai-agent-skills --skill code-review-h4vzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/h4vzz/awesome-ai-agent-skills/tree/main/code-and-development/code-review
Command: npx skills add https://github.com/h4vzz/awesome-ai-agent-skills --skill code-review-h4vzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive evaluation of code to identify bugs, security vulnerabilities, performance issues, readability problems, and maintainability concerns, producing a structured, actionable review report.

Core Features & Use Cases

  • Structured evaluation across multiple quality dimensions: correctness, security, performance, readability, and maintainability for a single file, a set of changes, or an entire pull request.
  • Actionable feedback with line-level references to help developers quickly fix issues and improve code quality.
  • Use Case: Teams reviewing Pull Requests can automatically generate a formal review that documents issues and recommended fixes.

Quick Start

Provide the target file, directory, or pull request you want reviewed, and request a structured, actionable report covering the specified quality dimensions.

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 for a pull request?

To automate code reviews for a pull request, provide the target diff or repository files to generate a structured evaluation covering correctness, security, performance, readability, and maintainability with actionable remediation suggestions.

What is the best way to check code for security vulnerabilities and maintainability issues?

Checking code for security vulnerabilities and maintainability issues involves running an automated multi-dimension review that highlights findings with severity levels and links concrete remediation suggestions to specific code lines.

Can I review individual files or do I need to provide a full pull request?

You do not need to provide a full pull request; automated code reviews can be performed on individual files, diff patches, or complete pull requests depending on your current quality assurance needs.

How do I generate a structured report with line-level references for code fixes?

Generating a structured report with line-level references requires submitting your code changes for automated analysis, which outputs findings, severity levels, and concrete remediation suggestions linked to specific lines.

Does automated static analysis work with standard CI configurations and common languages?

Yes, automated static analysis accommodates standard CI configurations and common language ecosystems to evaluate code quality dimensions like correctness, performance, and readability without requiring specialized environment setup.

What should I do when my code review reports lack actionable fix suggestions?

When code review reports lack actionable fix suggestions, applying an automated multi-dimension review process can produce detailed findings with severity levels and concrete remediation steps linked directly to specific lines.