code-reviewer

Review code and pull requests for quality, security, and test coverage.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kaakati/sdh-claude-skills --skill code-reviewer-kaakati
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Kaakati/sdh-claude-skills/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/Kaakati/sdh-claude-skills --skill code-reviewer-kaakati

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, test coverage, and adherence to team conventions, ensuring a higher standard of software development.

Core Features & Use Cases

  • Comprehensive Code Audits: Analyzes code against multiple criteria including naming conventions, SOLID principles, error handling, and performance.
  • Framework-Specific Checks: Provides tailored reviews for Rails, React Native, ReactJS, and Next.js applications.
  • Accessibility Validation: Includes specific checks for web and mobile accessibility standards.
  • Use Case: Before merging a pull request, use this Skill to perform a thorough review, identify potential issues, and ensure the code meets project standards.

Quick Start

Use the code-reviewer skill to review the changes in the current pull request.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request reviews for code quality and security?▼

Automate pull request reviews using an 11-step protocol that systematically checks code for context understanding, naming conventions, cyclomatic complexity, SOLID principles, error handling, test coverage, DRY violations, documentation, performance, architecture fit, and web-specific patterns to ensure high code quality and security.

Can I run a security audit and accessibility validation on React and Next.js code?▼

Yes, you can run security audits and accessibility validation on React and Next.js code. The review process includes supplementary checks specifically tailored for web and mobile accessibility standards alongside framework-specific patterns for ReactJS, Next.js, and React Native applications.

What is the best way to check Rails migrations and test coverage before merging?▼

The best way to check Rails migrations and test coverage before merging is to apply a systematic review protocol that evaluates DRY violations, error handling, and framework-specific Rails checks to ensure the codebase meets project standards and maintain high software quality.

Does the code review process check for cyclomatic complexity and SOLID principles?▼

Yes, the code review process explicitly checks for cyclomatic complexity and SOLID principles. It evaluates code against multiple criteria including naming conventions, error handling, DRY violations, and performance to ensure strict adherence to software engineering conventions.

When do I need to run an automated code review on my pull request?▼

You need to run an automated code review on your pull request before merging to identify potential security vulnerabilities, verify test coverage, check architecture fit, and ensure the new code adheres to team conventions across multiple frameworks like Rails, ReactJS, and Next.js.