code-review

Identify code-quality issues, security risks, and maintainability concerns in source code.

615|100|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/JackyST0/awesome-agent-skills --skill code-review-jackyst0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/JackyST0/awesome-agent-skills/tree/main/examples/code-review
Command: npx skills add https://github.com/JackyST0/awesome-agent-skills --skill code-review-jackyst0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes the process of reviewing code by identifying quality issues, security risks, and improvements, reducing manual effort and saving time.

Core Features & Use Cases

  • Structured evaluation: detects syntax errors, logical issues, and style inconsistencies.
  • Security & quality checks: highlights potential vulnerabilities and maintainability concerns.
  • Actionable reports: outputs a clear, prioritized set of improvements with rationale and code snippets when applicable.
  • Use Case: teams performing regular code audits or developers seeking quick feedback before merges.

Quick Start

Review the provided codebase and generate a structured code 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 code reviews to identify security risks and maintainability concerns?

Automate code reviews by applying static analysis to detect quality issues, security risks, and maintainability concerns, generating a structured report with actionable recommendations and code snippets.

How do I generate a structured code review report for a pull request?

Generate a structured code review report by evaluating the source code for syntax errors, logical issues, and style inconsistencies, outputting a prioritized set of improvements with rationale.

Can I use static analysis to prepare for code audits across different programming languages?

Yes, you can use static analysis to prepare for code audits across languages and frameworks, detecting potential vulnerabilities and maintainability concerns before merges.

What is the best way to standardize feedback for regular code audits?

Standardize code audit feedback by applying structured evaluation to highlight vulnerabilities and inconsistencies, outputting a clear, prioritized set of improvements with rationale.

Does code review automation work for design critique in typical software development scenarios?

Yes, code review automation works for design critique in software development scenarios by identifying maintainability concerns and providing actionable recommendations with code snippets.

Why should I use automated code quality analysis instead of manual pull request reviews?

Use automated code quality analysis to reduce manual effort and save time during pull request reviews by standardizing the detection of quality issues, security risks, and improvements.