coderabbit-data-handling

Featured

Implement CodeRabbit PII handling, data retention, and GDPR/CCPA compliance patterns. Use when handling sensitive data, implementing data redaction, configuring retention policies, or ensuring compliance with privacy regulations for CodeRabbit integrations. Trigger with phrases like "coderabbit data", "coderabbit PII", "coderabbit GDPR", "coderabbit data retention", "coderabbit privacy", "coderabbit CCPA".

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 Data Handling ## Overview Manage code review data and sensitive patterns with CodeRabbit. Covers secret detection in PRs, sensitive file exclusion from AI review, review comment data retention, and configuring what code context gets sent to the AI engine. ## Prerequisites - CodeRabbit installed on repository - Understanding of sensitive file patterns - Repository admin access for configuration - Secret scanning tools awareness ## Instructions ### Step 1: Exclude Sensitive Files from Review ```yaml # .coderabbit.yaml - Data handling configuration reviews: path_filters: # Never send these to AI review - "!**/.env*" - "!**/credentials*" - "!**/secrets*" - "!**/*.pem" - "!**/*.key" - "!**/*.p12" - "!**/serviceAccountKey*" - "!**/terraform.tfstate*" - "!**/*.tfvars" # Exclude large generated files - "!**/package-lock.json" - "!**/pnpm-lock.yaml" - "!**/yarn.lock" - "!**/*.generated.*" - "!**/dist/**" - "!**/coverage/**" ``` ### Step 2: Secret Detection Instructions ```yaml # .coderabbit.yaml - Instruct AI to flag secrets reviews: path_instructions: - path: "**" instructions: | CRITICAL: Flag any of these patterns as HIGH SEVERITY: - Hardcoded API keys, tokens, or passwords - AWS access keys (AKIA...) - Private keys or certificates - Database connection strings with credentials - JWT secrets or signing keys - Webhook URLs with ...

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-security-basics

Configure CodeRabbit for security-focused code review with secret detection and vulnerability scanning. Use when setting up security review rules, configuring secret detection in PRs, or hardening CodeRabbit configuration for compliance requirements. Trigger with phrases like "coderabbit security", "coderabbit secrets", "secure coderabbit", "coderabbit vulnerability detection", "coderabbit security review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-core-workflow-b

Tune CodeRabbit review configuration: learnings, code guidelines, and noise reduction. Use when fine-tuning review quality, training CodeRabbit with team preferences, adding code guidelines, or reducing false positives. Trigger with phrases like "coderabbit tune reviews", "coderabbit learnings", "coderabbit guidelines", "reduce coderabbit noise", "coderabbit false positives".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-sdk-patterns

Apply production-ready CodeRabbit automation patterns using GitHub API and PR comments. Use when building automation around CodeRabbit reviews, processing review feedback programmatically, or integrating CodeRabbit into custom workflows. Trigger with phrases like "coderabbit automation", "coderabbit API patterns", "automate coderabbit", "coderabbit github api", "process coderabbit reviews".

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