CodeRabbit CI Integration Overview Integrate CodeRabbit into your CI/CD pipeline as a merge gate. CodeRabbit posts a GitHub Check on each PR, and you can require this check to pass before merging. This skill covers branch protection rules, GitHub Actions workflows that react to CodeRabbit reviews, and strategies for enforcing review quality in CI. Prerequisites - CodeRabbit GitHub App installed on your repository - GitHub repository with branch protection enabled - committed to repository root - GitHub Actions enabled on the repository Instructions Step 1: Enable CodeRabbit as a Required Stat…