๐ŸŽฏ

code-review

๐ŸŽฏSkill

from llama-farm/llamafarm

VibeIndex|
What it does
|

Comprehensive code review skill that analyzes diffs for security vulnerabilities, anti-patterns, and quality issues with automatic frontend/backend domain detection

Overview

Code-review is a Claude Code skill that performs comprehensive code reviews on diffs, analyzing changed code for security vulnerabilities, anti-patterns, and quality issues. It auto-detects the domain (frontend, backend, CLI) from file paths and applies relevant checklists, scoping all feedback exclusively to the changed code.

Key Features

  • Auto Domain Detection - Automatically identifies frontend, backend, CLI, or config domains from file paths in the diff and loads appropriate review checklists
  • Security Analysis - Checks for security vulnerabilities, injection flaws, authentication issues, and hardcoded secrets in changed code
  • LLM Code Smell Detection - Identifies AI-generated code anti-patterns alongside traditional code quality issues
  • Structured Review Reports - Generates markdown review documents with summary tables, categorized findings, and actionable recommendations
  • Diff-Scoped Feedback - Reviews only changed lines while using full file context for understanding, ensuring relevant and focused feedback

Who is this for?

This skill is ideal for developers and engineering teams who want automated, thorough code reviews as part of their Claude Code workflow. It is particularly valuable for teams needing consistent security and quality checks on pull requests, diffs, or recent commits.

๐Ÿ“ฆ

Same repository

llama-farm/llamafarm(18 items)

code-review

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add llama-farm/llamafarm --skill code-review
skills.sh Installโš  Installs to .agents/skills/
npx skills add llama-farm/llamafarm --skill code-review
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/code-review/SKILL.md

SKILL.md

1,202Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
electron-skills๐ŸŽฏSkill

Provides Electron 28 patterns for the LlamaFarm Desktop application, covering main/renderer processes, IPC communication, security, and packaging.

๐ŸŽฏ
typescript-skills๐ŸŽฏSkill

Provides shared TypeScript best practices for LlamaFarm's Designer (React) and Electron subsystems, covering idiomatic patterns for TanStack Query, TailwindCSS, and Radix UI.

๐ŸŽฏ
python-skills๐ŸŽฏSkill

Shared Python best practices for the LlamaFarm monorepo, covering patterns, async programming, typing, testing, error handling, and security.

๐ŸŽฏ
react-skills๐ŸŽฏSkill

Provides React 18 patterns for LlamaFarm Designer, covering components, hooks, TanStack Query v5, React Router v7, and testing.

๐ŸŽฏ
rag-skills๐ŸŽฏSkill

RAG-specific best practices skill for LlamaFarm covering LlamaIndex, ChromaDB, and Celery workers, including ingestion, retrieval, embeddings, and performance patterns.

๐ŸŽฏ
go-skills๐ŸŽฏSkill

Shared Go best practices for the LlamaFarm CLI project, covering idiomatic Go patterns, error handling with context wrapping, concurrency with mutexes and channels, table-driven testing, and security guidelines for Go 1.24+ with Cobra and Bubbletea.

๐ŸŽฏ
cli-skills๐ŸŽฏSkill

Provides CLI development best practices for LlamaFarm using Cobra, Bubbletea, and Lipgloss frameworks in Go.

๐ŸŽฏ
common-skills๐ŸŽฏSkill

Common utilities best practices skill for LlamaFarm covering HuggingFace Hub integration, GGUF model management, and shared Python utilities used across all LlamaFarm services.

๐ŸŽฏ
server-skills๐ŸŽฏSkill

Provides server-specific best practices for FastAPI, Celery, and Pydantic development within the LlamaFarm project, extending Python skills with framework-specific patterns.

๐ŸŽฏ
temp-files๐ŸŽฏSkill

Guidelines for creating temporary files in the system temp directory, helping agents create reports, logs, or progress files without cluttering the repository.