code-review

Analyze code diffs for security vulnerabilities, anti-patterns, and quality issues.

835|58|Updated Jul 9, 2025
One-click install
npx skills add https://github.com/llama-farm/llamafarm --skill code-review-llama-farm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/llama-farm/llamafarm/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/llama-farm/llamafarm --skill code-review-llama-farm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to systematically review diffs for security vulnerabilities, anti-patterns, and quality issues, reducing risk and accelerating code quality improvements.

Core Features & Use Cases

  • Diff-scoped analysis: Scans changed code across frontend and backend files to surface critical issues in context.
  • Domain-aware guidance: Auto-detects code domains (frontend/backend/infra) from file paths to tailor checks.
  • Actionable remediation: Provides concrete suggestions, references, and next steps for each finding.

Quick Start

Load a patch or git diff into the context, then invoke the skill to produce a prioritized review report with suggested fixes.

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 checks on a git diff?

To automate security checks on a git diff, load the patch into context and invoke the skill to generate a prioritized review report. It analyzes changed code for vulnerabilities, anti-patterns, and quality issues across detected domains.

What is diff-scoped code review and how does it work?

Diff-scoped code review analyzes only the changed code in a patch to surface critical security and quality issues in context. It auto-detects frontend, backend, or infra domains from file paths to apply tailored checks.

Can I run static analysis on both frontend and backend code changes?

Yes, you can run static analysis on both frontend and backend code changes. The review process auto-detects the domain context from file paths and project structure to provide tailored security and quality guidance.

How do I get actionable remediation steps for code vulnerabilities?

To get actionable remediation steps for code vulnerabilities, analyze the diff to generate a structured findings report. The review provides concrete suggestions, references, and next steps for each identified issue.

Does automated code review work without predefined project structures?

Automated code review works by auto-detecting domain context from file paths and project structure. As long as a git diff is loaded into the context, it can scan changed files and apply relevant checks.