coderabbit-install-auth

Featured

Install and configure CodeRabbit AI code review on GitHub or GitLab repositories. Use when setting up CodeRabbit for the first time, installing the GitHub App, configuring the CLI, or connecting CodeRabbit to your repositories. Trigger with phrases like "install coderabbit", "setup coderabbit", "coderabbit auth", "configure coderabbit", "add coderabbit to repo".

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 Install & Auth ## Overview CodeRabbit is an AI-powered code review platform. It installs as a GitHub App (or GitLab integration) and automatically reviews pull requests. There is no SDK to install -- you configure it via a `.coderabbit.yaml` file and interact through PR comments. Optionally, install the CLI for local pre-commit reviews. ## Prerequisites - GitHub organization admin or GitLab group owner permissions - A repository to enable CodeRabbit on - (Optional) Shell access for CLI installation ## Instructions ### Step 1: Install the CodeRabbit GitHub App ```markdown 1. Navigate to https://github.com/apps/coderabbitai 2. Click "Install" and select your organization 3. Choose repository access: - "All repositories" for org-wide coverage - "Only select repositories" for targeted setup 4. Authorize the requested permissions (read code, write PR comments) 5. You will be redirected to app.coderabbit.ai to complete onboarding ``` ### Step 2: Verify Installation ```bash set -euo pipefail # Confirm the GitHub App is installed on your repo gh api repos/YOUR_ORG/YOUR_REPO/installation --jq '.app_slug' # Expected output: coderabbitai ``` ### Step 3: Create Base Configuration ```yaml # .coderabbit.yaml (place in repository root) language: "en-US" reviews: profile: "assertive" # Options: chill, assertive request_changes_workflow: false high_level_summary: true poem: false review_status: true collapse_walkthrough: false sequence_diagrams:...

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-hello-world

Create a minimal working CodeRabbit configuration and trigger your first AI review. Use when starting with CodeRabbit, testing your setup, or learning basic .coderabbit.yaml patterns. Trigger with phrases like "coderabbit hello world", "coderabbit example", "coderabbit quick start", "first coderabbit review".

2,266 Updated today
jeremylongshore
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-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
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-common-errors

Diagnose and fix CodeRabbit common errors and configuration issues. Use when CodeRabbit is not reviewing PRs, posting duplicate comments, ignoring configuration, or behaving unexpectedly. Trigger with phrases like "coderabbit error", "fix coderabbit", "coderabbit not working", "debug coderabbit", "coderabbit broken".

2,266 Updated today
jeremylongshore