code-review

Automate code reviews with Claude, OpenAI Codex, and Google Gemini.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/AdigunQ/ralph-smart --skill code-review-adigunq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AdigunQ/ralph-smart/tree/main/knowledges/bootstrap_skills/code-review
Command: npx skills add https://github.com/AdigunQ/ralph-smart --skill code-review-adigunq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces automated code reviews as a mandatory step before every commit and deployment, ensuring code quality and security.

Core Features & Use Cases

  • Multi-Engine Support: Choose from Claude, OpenAI Codex, Google Gemini, or combinations for comprehensive analysis.
  • Usage Flexibility: Supports command-line invocation, pre-commit hooks, and CI/CD integration.
  • Use Case: Before merging a critical feature branch, run a triple-engine code review to catch potential security vulnerabilities, performance bottlenecks, and architectural flaws that might be missed by a single reviewer.

Quick Start

Run a code review using the default engine.

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 reviews before commits and pull requests?

To automate code reviews before commits and pull requests, you can use this Skill to enforce mandatory checks via pre-commit hooks and CI/CD pipelines, ensuring continuous quality assurance and security analysis before deployment.

Can I use multiple AI engines like Claude and OpenAI Codex for a single code review?

Yes, you can use multiple AI engines like Claude, OpenAI Codex, and Google Gemini for a single code review. This multi-engine support allows comprehensive analysis to catch security vulnerabilities, performance bottlenecks, and architectural flaws.

Do I need specific API keys to run AI-powered code reviews in my CI/CD pipeline?

Yes, you need specific CLI tools and API keys to run AI-powered code reviews with certain engines. These prerequisites are required to integrate the automated quality assurance checks into your CI/CD pipeline successfully.

What is the best way to catch security vulnerabilities before merging a critical feature branch?

The best way to catch security vulnerabilities before merging a critical feature branch is to run a multi-engine AI code review, analyzing the code for potential flaws and enforcing mandatory quality checks before deployment.

Does this automated code review tool work with pre-commit hooks?

Yes, this automated code review tool works directly with pre-commit hooks. It supports command-line invocation and CI/CD integration to enforce mandatory reviews before commits, pull requests, and deployments.