Coderabbit Config Generator
Description
Claude Code skill that analyzes your PR history and commit patterns to generate a .coderabbit.yaml tailored to issues you actually see in practice
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CodeRabbit Config Generator

A [Claude Code skill](https://code.claude.com/docs/en/skills) that analyzes your project's PR history and commit messages to generate a `.coderabbit.yaml` tailored to the issues you actually see in practice.
Install
Clone this repo into your Claude Code skills directory:
git clone https://github.com/alchemiststudiosDOTai/coderabbit-config-generator.git \
~/.claude/skills/coderabbit-config-generator
The skill is now available in all your projects.
Usage
Ask Claude to run the skill on your current repository:
Run the CodeRabbit config generator skill for this repo using the last 90 days of PRs and commits.
Or invoke it directly:
/coderabbit-config-generator
The skill will:
- Pull recent PRs and commits via the GitHub CLI
- Scan for recurring patterns (common issues, edge cases, anti-patterns)
- Generate a
.coderabbit.yamlwith custom review checks matched to your project
Prerequisites
- GitHub CLI (
gh) authenticated - Python 3
- A local git clone of the repository you want to analyze
Running the scripts directly
~/.claude/skills/coderabbit-config-generator/scripts/run_analysis.sh \
--repo-path /path/to/repo --repo owner/name
Validating a config
Requires PyYAML (`pip install pyyaml`):
python3 ~/.claude/skills/coderabbit-config-generator/scripts/validate_coderabbit_yaml.py \
--config .coderabbit.yaml
Tuning patterns
Edit `scripts/patterns.json` to add or refine keyword and regex matches used during analysis.
Skill structure
coderabbit-config-generator/
├── SKILL.md # Skill entrypoint (instructions for Claude)
├── README.md # This file
├── scripts/
│ ├── run_analysis.sh # Main analys
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git