coderabbit-core-workflow-b

Featured

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

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 Core Workflow B: Learnings & Tuning ## Overview After initial CodeRabbit setup (Workflow A), this skill covers tuning review quality through learnings, code guidelines, tone customization, and noise reduction. CodeRabbit improves over time by learning from your team's feedback patterns and custom rules. ## Prerequisites - CodeRabbit installed and producing reviews (see `coderabbit-core-workflow-a`) - Several PRs worth of review history - Understanding of team coding standards ## Instructions ### Step 1: Configure Code Guidelines CodeRabbit automatically detects coding rules from standard config files in your repo. It also reads AI agent configuration files for additional context. ```yaml # Files CodeRabbit auto-detects for coding rules: # - .eslintrc.* / eslint.config.* (JavaScript/TypeScript rules) # - .prettierrc / prettier.config.* (Formatting rules) # - biome.json / biome.jsonc (Biome linter rules) # - .cursorrules (Cursor AI rules) # - CLAUDE.md (Claude Code instructions) # - .editorconfig (Editor settings) # - .rubocop.yml (Ruby style) # - ruff.toml / pyproject.toml (Python rules) # Add custom guidelines file: # Create docs/CODING_STANDARDS.md with your team's rules # Then reference it in .coderabbit.yaml: ``` ```yaml # .coderabbit.yaml - Custom code guidelines reviews: knowledge_base: code_guidelines: auto_detection: true ...

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

Optimize CodeRabbit review speed, relevance, and signal-to-noise ratio. Use when reviews take too long, contain too many irrelevant comments, or when teams are experiencing review fatigue. Trigger with phrases like "coderabbit performance", "optimize coderabbit", "coderabbit slow", "coderabbit noise", "coderabbit too many comments", "coderabbit relevance".

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
Code & Development Solid

coderabbit-review

Use CodeRabbit CLI to receive external code review feedback and address identified issues. Invoke this skill when the user requests CodeRabbit review, or proactively after implementing significant code changes to get feedback and improve code quality.

359 Updated today
majiayu000
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-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