code-review

Review files or git diffs for logic, security, and maintainability issues.

139|15|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/maiobarbero/my-ai-workflow --skill code-review-maiobarbero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/maiobarbero/my-ai-workflow/tree/main/skills/code-review
Command: npx skills add https://github.com/maiobarbero/my-ai-workflow --skill code-review-maiobarbero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A fast, language-agnostic first-pass code review that surfaces logic errors, ordering faults, security risks, magic values, and pattern-level maintainability issues before spending time on language-specific or deep reviews. It helps teams and reviewers catch high-impact defects and risky practices early in the development cycle so changes merged are safer and easier to maintain.

Core Features & Use Cases

  • Six review passes covering logic errors, operation ordering, bad practices, security, magic strings/values, and pattern improvements to ensure broad coverage across languages.
  • Flexible input handling for single files, multi-hunk git diffs, or lightweight repository exploration to resolve external references without indiscriminately reading unrelated files.
  • Actionable output that groups findings by severity and provides exact locations, why the issue matters, which review pass flagged it, and concrete fixes or corrected snippets.
  • Use Case: Run on a pull request diff to quickly identify critical security or logic faults and produce a prioritized list of fixes for the author.

Quick Start

Ask the skill to review the provided file or diff and return grouped findings by severity with actionable fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review on a git diff?

To perform an automated code review on a git diff, run the skill against your multi-hunk diffs or single files to surface logic, security, and maintainability issues. It outputs grouped findings by severity with exact locations and concrete fixes.

What is static analysis for code security and maintainability?

Static analysis for code security and maintainability is a first-pass review process that catches logic errors, security risks, and magic values before deep language-specific reviews. It applies six review passes to identify high-impact defects early.

Can I review code without specifying a programming language?

Yes, you can review code without specifying a programming language. The skill performs language-agnostic code review across single files or git diffs, resolving external references through lightweight repository exploration without requiring language-specific configurations.

What's the best way to catch logic errors and security risks in a pull request?

The best way to catch logic errors and security risks in a pull request is applying a six-pass review to the diff. This surfaces operation ordering faults, bad practices, and pattern-level maintainability issues, producing a prioritized list of fixes.

Does the code review skill explore the entire repository to resolve references?

No, the code review skill does not explore the entire repository indiscriminately. It performs limited repository exploration to resolve external references during a first-pass review, ensuring it only reads necessary files to surface findings accurately.