One-click install
npx skills add https://github.com/prototypdigital/claude-marketplace --skill code-review-prototypdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/prototypdigital/claude-marketplace/tree/main/llm/skills/code-review
Command: npx skills add https://github.com/prototypdigital/claude-marketplace --skill code-review-prototypdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity and time-consuming nature of code reviews by providing a structured, intent-first analysis that identifies findings and suggests actionable fixes.

Core Features & Use Cases

  • Intent-First Analysis: Begins by understanding the intent behind the code changes, reducing false positives and focusing on relevant issues.
  • Diff-Focused Review: Analyzes changes in code diffs, ensuring in-depth understanding without diving into full files unless necessary.
  • Severity-Tiered Findings: Classifies findings into categories like 'issue', 'warning', 'suggestion', 'nitpick', and 'praise'.
  • Use Case: Use this Skill to review a pull request and ensure code quality and security without manual effort.

Quick Start

Review a pull request with the code-review skill, providing a merge verdict and findings after analyzing the code diff.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request?

Automating code review for a pull request involves analyzing code diffs to identify correctness, security, and performance issues. This Skill provides intent-first analysis, reducing false positives by understanding the change's purpose before suggesting actionable fixes.

How does intent analysis work during diff analysis?

Intent analysis during diff analysis works by first understanding the purpose behind code changes. This approach focuses the review on relevant issues, ensuring an in-depth understanding without diving into full files unless absolutely necessary for context.

Can I categorize code review findings by severity?

You can categorize code review findings by severity into distinct tiers. This Skill classifies findings into categories like issue, warning, suggestion, nitpick, and praise, helping prioritize actionable fixes and ensure overall code quality.

Do I need Git to analyze code diffs for correctness and security?

You need Git installed to analyze code diffs for correctness and security. Git is required for code comparison and diff extraction, enabling the automated review process to detect issues and provide a structured merge verdict.

What is the best way to review a pull request without manual effort?

The best way to review a pull request without manual effort is using an automated, diff-focused analysis tool. This approach evaluates code changes against correctness, security, and performance benchmarks to deliver a merge verdict and actionable suggestions.

When should I not use intent-first code review?

You should not use intent-first code review when lacking Git for code comparison, as it is a required dependency. Additionally, if your workflow demands full-file analysis instead of targeted diff evaluation, this approach may not fit your needs.