code-review

Review code changes with CodeRabbit CLI for bugs and security vulnerabilities.

Updated Aug 17, 2025
One-click install
npx skills add https://github.com/global-ministries/global-connect --skill code-review-global-ministries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/global-ministries/global-connect/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/global-ministries/global-connect --skill code-review-global-ministries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review, identifying bugs, security vulnerabilities, and quality issues to improve software development efficiency and security.

Core Features & Use Cases

  • Automated Code Analysis: Leverages CodeRabbit to scan code changes for potential problems.
  • Severity-Based Findings: Categorizes issues into Critical, Warning, and Info levels.
  • Fix Suggestions: Provides actionable recommendations to resolve identified issues.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag security risks in new code commits before they reach production.

Quick Start

Use the code-review skill to review my uncommitted code changes.

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 to detect security vulnerabilities before committing?

Automated code review scans staged or committed code changes using CodeRabbit to detect security vulnerabilities, bugs, and quality risks. It categorizes findings by severity and provides actionable fix suggestions to resolve issues before integration.

Can I review code changes against a specific base branch?

Code review supports comparing changes against specific base branches or commits. This allows targeted analysis of differences, ensuring only relevant code modifications are scanned for bugs and security vulnerabilities.

What is the best way to integrate bug detection into a CI/CD pipeline?

Bug detection integrates into CI/CD pipelines by scanning new code commits automatically. The code review tool flags security risks and quality issues, providing minimal output ideal for agent consumption and automated gating.

How does severity-based code analysis work for uncommitted changes?

Severity-based code analysis evaluates uncommitted changes and categorizes issues into Critical, Warning, and Info levels. This prioritization helps developers address severe security vulnerabilities and bugs before less impactful quality risks.

Does CodeRabbit provide fix suggestions for detected code quality risks?

CodeRabbit provides actionable fix suggestions for detected code quality risks. Alongside identifying bugs and security vulnerabilities, it delivers recommendations to resolve issues directly within the review output.