code-review

Automate code review and security analysis using the CodeRabbit CLI.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/arthrod/conejo-skills --skill code-review-arthrod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/arthrod/conejo-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/arthrod/conejo-skills --skill code-review-arthrod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the bottleneck of manual code reviews by providing an automated, agent-based system to identify bugs, security vulnerabilities, and quality risks in your codebase.

Core Features & Use Cases

  • Automated Analysis: Detects critical security flaws, performance anti-patterns, and style issues across staged or committed changes.
  • Agent-Readable Feedback: Generates structured, actionable guidance optimized for AI-assisted remediation.
  • Use Case: When working on a complex feature branch, use this Skill to perform a comprehensive security and quality audit before merging, ensuring that only clean, verified code enters your main branch.

Quick Start

Use the code-review skill to analyze all uncommitted changes in the current repository and generate a list of actionable fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request triage and security analysis?

Automate pull request triage by integrating the CodeRabbit CLI to analyze staged or committed code changes for security vulnerabilities and quality risks. The system interfaces with the CodeRabbit API to generate structured, actionable feedback for AI-assisted remediation.

What is autonomous AI-driven code review and how does it work?

Autonomous AI-driven code review is an agent-based system that replaces manual reviews by detecting bugs and quality risks in your codebase. It analyzes uncommitted repository changes and generates a list of actionable fixes optimized for remediation.

Do I need the CodeRabbit CLI installed to perform automated code analysis?

Yes, you need the CodeRabbit CLI installed and authenticated to perform automated code analysis. The Skill requires this CLI dependency to interface with the CodeRabbit API for diff analysis and generate actionable guidance.

Can I use AI code review for security audits on a feature branch?

Yes, you can use AI code review for security audits on a feature branch. Perform a comprehensive security and quality audit on staged or committed changes before merging to ensure only clean, verified code enters your main branch.

What's the best way to hunt for bugs in staged code changes?

The best way to hunt for bugs in staged code changes is using an agent-based system to apply static analysis. This approach identifies critical security flaws and performance anti-patterns while generating agent-readable feedback for remediation.