code-review

Analyze PR diffs to generate review comments on code quality, security, and performance.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill code-review-rachel353
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/rachel353/fullty-plan --skill code-review-rachel353

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.

Core Features & Use Cases

  • Inspect diffs for code quality issues (readability, maintainability)
  • Flag potential security risks (injections, authentication concerns)
  • Highlight performance problems (N+1 queries, memory leaks)
  • Use case: during a PR review, automatically generate comments for each file touched.

Quick Start

Provide a concise set of review comments for the latest PR diff focusing on quality, security, and performance.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate PR reviews for code quality and security issues?

Automate PR reviews by analyzing pull request diffs to identify code quality, security risks, and performance problems. The process generates structured, actionable review comments containing file names, line numbers, descriptions, and severity levels for each affected file.

What types of security risks and performance problems can automated code review detect?

Automated code review detects security risks like injections and authentication concerns, alongside performance problems such as N+1 queries and memory leaks. It also checks diffs for code quality issues affecting readability and maintainability across software projects.

How do I generate actionable review comments from a PR diff?

Generate review comments from a PR diff by inspecting the changes for quality, security, and performance issues. The output is a structured list detailing the file name, line number, description, and severity for every identified problem.

Can I use automated code review for pull requests across any software project?

Yes, automated code review can be applied to pull requests across software projects. It requires no specific dependencies or components, making it suitable for generating review comments on any provided PR diff.

Does automated code review flag readability and maintainability issues in diffs?

Yes, automated code review inspects diffs specifically for code quality issues including readability and maintainability. It highlights these alongside security vulnerabilities and performance bottlenecks to provide comprehensive PR feedback.

What is the best way to check pull request diffs for N+1 queries and memory leaks?

The best way to check diffs for N+1 queries and memory leaks is using automated code review to highlight performance problems. It analyzes the PR diff and outputs structured comments with file names, line numbers, and severity for each detected issue.