code-review

Automate security and quality review of uncommitted code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive security and quality review of uncommitted code changes, reducing the risk of introducing defects and vulnerabilities.

Core Features & Use Cases

  • Security checks: identify vulnerabilities, insecure patterns, and dependency risks before commits.
  • Quality & maintainability: enforce readability, testability, and style standards to improve long-term correctness.
  • Pre-commit & PR readiness: generate actionable feedback and a review report suitable for CI or governance.

Quick Start

Use the code-review skill to scan your local changes.

  • Get changed files: git diff --name-only HEAD
  • View full changes: git diff HEAD
  • Run the review: trigger the code-review process to generate a report and suggested fixes before committing or opening a PR.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate security and quality checks for uncommitted code changes?

Automate security and quality checks by running static analysis on local code changes to identify vulnerabilities, insecure patterns, and style deviations before committing. This process generates a structured review report detailing security flaws and maintainability issues for immediate feedback.

What is the best way to run a pre-commit code review for CI readiness?

The best way to run a pre-commit code review for CI readiness is to analyze uncommitted changes using static analysis and security checks. This generates an actionable review report highlighting maintainability issues and dependency risks suitable for CI workflows.

Can I identify insecure patterns and dependency risks before opening a PR?

Yes, you can identify insecure patterns and dependency risks before opening a PR by applying automated security checks to your uncommitted code. The review process scans for vulnerabilities and generates suggested fixes to ensure PR readiness.

Does this automated code review enforce readability and testability standards?

Yes, automated code review enforces readability and testability standards to improve long-term correctness. It performs quality and maintainability checks to ensure your codebase adheres to established style guidelines before changes are committed.

How do I get a structured review report from local git diffs?

To get a structured review report from local git diffs, trigger the code review process after viewing your changes. The process performs static analysis on the uncommitted files and outputs a structured report suitable for governance and CI pipelines.

When do I need static analysis for pre-commit code review?

You need static analysis for pre-commit code review when you want to reduce the risk of introducing defects and vulnerabilities. It is applied during pre-commit or pre-PR stages to identify security flaws and style deviations across projects before changes are finalized.