review

Automate code-change evaluation for PRs and local changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill review-fernando-fernandez3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/fernando-fernandez3/claude-code-resources/tree/main/my-config/skills/review
Command: npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill review-fernando-fernandez3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable code-review workflow that combines code-quality checks and security scanning, reducing review time and the risk of missing issues.

Core Features & Use Cases

  • Code Quality: automated checks for readability, maintainability, and conformance to project standards.
  • Security Scan: integrated checks for common vulnerabilities and secrets detection.
  • PR & Local Review: supports both PR diffs and local changes, generating actionable feedback.
  • Use Case: imagine a team auditing a PR with multiple file changes and a potential security warning; this skill fetches diffs, analyzes code, and produces a concise report.

Quick Start

Start a local review with a single command and escalate to a PR review as needed.

  • /review # Review uncommitted changes
  • /review PR #123 # Review specific PR
  • /review <file1> <file2> # Review specific files

Frequently Asked Questions about 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?

Automating code reviews for a pull request involves fetching PR diffs and evaluating them against quality and security checks. This skill processes PR diffs to generate actionable reports with prioritized fixes and risk notes.

Can I scan local uncommitted changes for security vulnerabilities?

Scanning local uncommitted changes for security vulnerabilities is supported by running a local review command. The skill applies integrated checks for common vulnerabilities and secrets detection across local file modifications.

Does this code review tool check for project standard conformance?

Checking for project standard conformance is a core feature of this code review tool. It applies automated checks for readability, maintainability, and conformance to project standards across diffs and commits.

What is the best way to review specific files in a git diff?

The best way to review specific files in a git diff is to pass the file paths directly to the review command. This triggers an evaluation of code quality and security on the selected files, producing a prioritized report.

Can I use this for both code quality and security checks simultaneously?

Using this for both code quality and security checks simultaneously is the intended workflow. It combines readability and maintainability checks with security scans to reduce review time and catch missed issues.

Are there limitations to reviewing large PRs with multiple file changes?

The metadata does not specify explicit limitations for large PRs with multiple file changes, but the skill is designed to fetch and analyze multiple file diffs to produce a concise, structured report for teams auditing complex changes.