coderabbit-multi-env-setup

Featured

Configure CodeRabbit review behavior per branch and environment using path instructions and base branches. Use when setting different review profiles per branch, configuring stricter reviews for release branches, or customizing CodeRabbit behavior across dev/staging/prod workflows. Trigger with phrases like "coderabbit environments", "coderabbit staging", "coderabbit per-branch config", "coderabbit release review", "coderabbit environment setup".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CodeRabbit Multi-Environment Setup ## Overview Configure CodeRabbit review behavior based on branch targets and environments. CodeRabbit reads `.coderabbit.yaml` from the PR's base branch, allowing different review configurations per branch. This enables stricter reviews for production branches, relaxed reviews for development, and custom instructions per environment. ## Prerequisites - CodeRabbit GitHub App installed on repository - Branch strategy defined (e.g., GitFlow, trunk-based, GitHub Flow) - `.coderabbit.yaml` committed to each relevant branch ## How Branch-Based Config Works ``` Developer opens PR: feature/auth → develop CodeRabbit reads: .coderabbit.yaml from develop branch Profile: "chill" (development, quick iteration) Developer opens PR: develop → main CodeRabbit reads: .coderabbit.yaml from main branch Profile: "assertive" (production, thorough review) Developer opens PR: hotfix/fix → release/v2.1 CodeRabbit reads: .coderabbit.yaml from release/v2.1 branch Profile: "assertive" + security-focused instructions ``` ## Instructions ### Step 1: Configure Development Branch (Relaxed) ```yaml # .coderabbit.yaml on develop branch language: "en-US" reviews: profile: "chill" # Fewer comments for rapid iteration request_changes_workflow: false # Don't block merges to develop high_level_summary: true sequence_diagrams: false # Skip diagrams for dev PRs auto_review: enabled: true drafts: false ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

coderabbit-deploy-integration

Roll out CodeRabbit across an organization: multi-repo deployment, org-level config, and team onboarding. Use when deploying CodeRabbit org-wide, creating shared configurations, or onboarding development teams to AI code review. Trigger with phrases like "deploy coderabbit", "coderabbit org rollout", "coderabbit multi-repo", "coderabbit onboarding", "coderabbit team setup".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-core-workflow-a

Execute CodeRabbit primary workflow: automated PR code review with configuration. Use when setting up automated code reviews on pull requests, configuring review behavior, or establishing the core CodeRabbit review loop. Trigger with phrases like "coderabbit review workflow", "coderabbit PR review", "coderabbit auto review", "configure coderabbit reviews".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-reference-architecture

Implement CodeRabbit reference architecture with production-grade .coderabbit.yaml configuration. Use when designing review configuration for a new project, establishing team standards, or building a comprehensive review setup from scratch. Trigger with phrases like "coderabbit architecture", "coderabbit best practices", "coderabbit project structure", "coderabbit reference config", "coderabbit full setup".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-local-dev-loop

Configure CodeRabbit CLI for local pre-commit code reviews and fast iteration. Use when setting up local development with CodeRabbit CLI reviews, integrating AI review into your commit workflow, or testing config changes. Trigger with phrases like "coderabbit dev setup", "coderabbit local development", "coderabbit CLI workflow", "coderabbit pre-commit review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-ci-integration

Configure CodeRabbit as a CI gate with GitHub Actions, branch protection, and review enforcement. Use when setting up CodeRabbit as a required check, gating merges on review approval, or integrating CodeRabbit status into your CI pipeline. Trigger with phrases like "coderabbit CI", "coderabbit GitHub Actions", "coderabbit required check", "coderabbit merge gate", "coderabbit CI pipeline".

2,266 Updated today
jeremylongshore