code-review

Automate React code review with static analysis and pattern detection.

70|28|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill code-review-aibiz-automatyzacje
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AIBiz-Automatyzacje/claude-code-starter/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill code-review-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eslint, prettier, jest, supabase, sentry, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies code review processes for React projects, ensuring code quality and adherence to project standards, thereby reducing review time and potential bugs.

Core Features & Use Cases

  • Automated Checklist Generation: Generates detailed checklists based on file types and tech stack.
  • Code Analysis: Identifies common issues, performance bottlenecks, and security vulnerabilities.
  • Customizable Reports: Generates comprehensive reports with prioritized issues for easy review.
  • Use Case: Ideal for teams working on React applications, especially those following strict coding standards and security guidelines.

Quick Start

Run the 'code-review' skill on the current branch to review the code changes for quality and compliance.

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 React projects?

Automate code review for React projects by running static analysis, pattern detection, and security audits on your current branch. This generates comprehensive reports with prioritized issues, reducing manual review time and potential bugs.

What is static analysis for React code quality assurance?

Static analysis for React code quality assurance is the automated detection of performance bottlenecks, security vulnerabilities, and common coding issues. It leverages linting and pattern detection to ensure adherence to project standards.

Do I need ESLint and Jest to run automated code analysis?

Yes, you need ESLint and Jest to run this automated code analysis, as the process requires linting and unit testing tools. It also leverages Supabase and Sentry for comprehensive security scanning and performance checks.

How do I generate a code review checklist based on my tech stack?

Generate a code review checklist by running the skill on your current branch, which automatically produces detailed checklists based on your specific file types and tech stack to ensure quality and compliance.

What's the best way to check security vulnerabilities in a React application?

The best way to check security vulnerabilities in a React application is using automated security scanning combined with static analysis. This identifies common issues and bottlenecks, generating prioritized reports for easy review.

Does automated static analysis work with strict coding standards?

Yes, automated static analysis works with strict coding standards by applying linting, unit testing, and pattern detection. It is ideal for React teams following strict security guidelines and ensures adherence to project standards.