con un clic
coderabbit
Run CodeRabbit CLI code review and interactively fix issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run CodeRabbit CLI code review and interactively fix issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Write detailed commit messages and create commits
Run formatters and linters, then fix reported issues
Generate PR title and description from branch diff against origin/main
Comprehensive PR review with detailed explanations and constructive feedback
Analyze and resolve git merge conflicts with guided assistance
Split a bloated PR into a stack of small, reviewable PRs
| name | coderabbit |
| description | Run CodeRabbit CLI code review and interactively fix issues |
| triggers | ["coderabbit","code review","review code","analyze code","code quality"] |
Use this skill to run CodeRabbit CLI code reviews and interactively fix reported issues.
# Default: Compare against origin/main
coderabbit review --prompt-only --base origin/main
# Alternative: For uncommitted changes only
coderabbit review --prompt-only --type uncommitted
Note: CodeRabbit reviews can take 7-30+ minutes. Inform the user.
Group findings into categories such as:
For each cluster, present ALL findings with:
Be opinionated:
Use AskUserQuestion ONCE per cluster:
When user approves a cluster:
# Verify lint passes
make lint
# Run tests
make test/failed-only
# Optional: Run CodeRabbit again to verify
coderabbit review --prompt-only --base origin/main
curl -fsSL https://cli.coderabbit.ai/install.sh | sh