coderabbit-setup

Generates a stack-aware .coderabbit.yaml configuration for automated AI pull request review.

16|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill coderabbit-setup-aibiz-automatyzacje
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-setup
Source: https://github.com/AIBiz-Automatyzacje/workspace-template-mobile/tree/main/.claude/skills/coderabbit-setup
Command: npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill coderabbit-setup-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Setting up CodeRabbit for a repository requires writing a correct .coderabbit.yaml config, matching it to the project's tech stack, and verifying the GitHub App installation — a manual, error-prone process that this Skill automates end to end. ## Core Features & Use Cases - Stack Detection: Reads package.json and the directory structure to detect Expo/React Native, Next.js, React+Vite, Node backend, or Supabase, then assembles matching path_filters and path_instructions blocks. - Config Assembly & Validation: Combines a shared base template (Polish language, assertive profile, curated tools like ESLint, gitleaks, semgrep) with per-stack blocks, then validates the resulting YAML with a parser. - Installation Verification: Uses the GitHub CLI to check whether the CodeRabbit GitHub App is actually installed for the repo, since the config file is inert without it. - Use Case: When bootstrapping a new Expo project, ask the assistant to configure CodeRabbit — it detects the stack, writes .coderabbit.yaml at the repo root, validates the YAML, and tells you whether the GitHub App still needs a one-time browser installation. ## Quick Start Ask the assistant to configure CodeRabbit for this project so every pull request gets an automated AI code review.

Frequently Asked Questions about coderabbit-setup

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

FAQPage Schema
How do I set up CodeRabbit for automated PR review in my repo?

Create a .coderabbit.yaml file at the repository root and install the CodeRabbit GitHub App for the repo. This Skill generates the config matched to your stack, validates the YAML, and checks the app installation via the gh CLI.

How do I configure CodeRabbit for an Expo or React Native project?

The Skill detects Expo via the expo dependency, app/ directory, or app.json, then adds path filters excluding ios/, android/, and assets/ plus review instructions for Expo Router screens and NativeWind components.

Why is my .coderabbit.yaml config not triggering reviews on pull requests?

The most common cause is a missing GitHub App installation — the config file alone does nothing without it. Install the app at github.com/apps/coderabbitai, and commit and push the config since CodeRabbit reads it from the PR branch.

Can CodeRabbit review Supabase Edge Functions and SQL migrations?

Yes, the generated config includes path instructions for supabase/functions/**/*.ts and supabase/migrations/**/*.sql, covering Zod input validation, app_metadata-based authorization, RLS policies, and search_path hardening.

What happens if .coderabbit.yaml already exists in my repository?

The Skill shows a diff between the existing file and the generated one, then asks for confirmation before overwriting. It never replaces an existing config without explicit approval.