review

Review code diffs for bugs, security vulnerabilities, and convention violations.

3|Updated Aug 28, 2025
One-click install
npx skills add https://github.com/mrgeoffrich/mini-infra --skill review-mrgeoffrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/mrgeoffrich/mini-infra/tree/main/.claude/skills/review
Command: npx skills add https://github.com/mrgeoffrich/mini-infra --skill review-mrgeoffrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables developers to perform automated, thorough reviews of code changes, identifying bugs, security issues, and convention violations efficiently.

Core Features & Use Cases

  • Code Analysis: Reads diffs of pull requests to evaluate code correctness, security, and adherence to project standards.
  • Issue Feedback: Posts structured comments highlighting critical, high, and medium risks in code changes.
  • Use Case: Use this Skill to automatically scrutinize a peer's pull request for potential bugs and security flaws before merge, ensuring code quality.

Quick Start

Ask the AI to review a specific PR or branch such as "review the latest PR" or "review MINI-NN branch feature/optimized".

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform automated code review on a pull request?

Automated code review on a pull request is performed by evaluating diffs to identify bugs, security vulnerabilities, and coding convention violations. You can initiate this by asking the AI to review a specific PR or branch name.

How does automated diff evaluation detect security vulnerabilities and bugs?

Automated diff evaluation detects security vulnerabilities and bugs by reading the code changes in a pull request and assessing them against coding standards. It then generates structured feedback highlighting critical, high, and medium risks.

Can I use this automated review tool to check adherence to project coding conventions?

Yes, you can use this automated review tool to check adherence to project coding conventions. It evaluates code changes against your project standards to ensure quality and security posture before merge.

What's the best way to get structured feedback on a peer's pull request before merge?

The best way to get structured feedback on a peer's pull request before merge is to run an automated review. It scrutinizes the code changes for potential bugs and security flaws, posting structured comments that highlight identified risks.

Does this automated code review require any specific dependencies or environment setup?

No specific dependencies or environment setup are required to use this automated code review tool. It operates independently using built-in scripts and references to analyze your pull request diffs.