review

Analyze code changes for SOLID compliance, security, and TypeScript best practices.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/martinacostadev/claude-react-agents --skill review-martinacostadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/martinacostadev/claude-react-agents/tree/main/templates/.claude/skills/shared/review
Command: npx skills add https://github.com/martinacostadev/claude-react-agents --skill review-martinacostadev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes to ensure quality, security, and best-practice adherence across a codebase.

Core Features & Use Cases

  • Analyze context from PR or file changes, reading modified files to identify SOLID violations, security issues, performance concerns, and type correctness.
  • Generate a structured, actionable report including strengths, issues, and security notes that can be shared with the team.
  • Use Case: As a senior reviewer, provide a thorough assessment of a PR to guide merge decisions and remediation work.

Quick Start

Review the given PR or file changes and generate a comprehensive, safety-conscious code review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for pull requests to enforce TypeScript best practices?

Analyze diffs to enforce TypeScript best practices like explicit return types and no any usage. This generates a structured Markdown report covering SOLID violations, security issues, and test coverage gaps for your pull requests.

What does a SOLID compliance and security audit check for in React code changes?

A SOLID compliance and security audit evaluates React code changes for SOLID violations, security issues, performance concerns, and type correctness. It inspects modified files against safe coding standards and React patterns to produce an actionable review report.

Can I use an automated code review tool to check test coverage and performance concerns in a diff?

Yes, you can use an automated code review tool to check test coverage and performance concerns in a diff. It inspects modified files and evaluates them for performance issues, security vulnerabilities, and missing test coverage alongside SOLID compliance.

What is the best way to generate a structured code review report for merge decisions?

The best way to generate a structured code review report for merge decisions is to analyze code changes for quality and security. This produces a Markdown document highlighting strengths, issues, and security notes to guide remediation work.

Does this code review approach evaluate safe coding standards and type correctness without external dependencies?

Yes, this code review approach evaluates safe coding standards and type correctness without external dependencies. It operates with an empty dependency list to inspect modified files and enforce TypeScript rules directly from the provided diff context.