From coderabbit-pack
Execute CodeRabbit primary workflow: Core Workflow A. Use when implementing primary use case, building main features, or core integration tasks. Trigger with phrases like "coderabbit main workflow", "primary task with coderabbit".
How this skill is triggered — by the user, by Claude, or both
Slash command
/coderabbit-pack:coderabbit-core-workflow-aThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Primary money-path workflow for CodeRabbit. This is the most common use case. CodeRabbit is an AI-powered code review platform that automatically reviews pull requests, identifies bugs, suggests improvements, and enforces coding standards. By integrating this skill into your workflow you gain consistent, automated feedback on every diff without waiting for human reviewers.
Primary money-path workflow for CodeRabbit. This is the most common use case. CodeRabbit is an AI-powered code review platform that automatically reviews pull requests, identifies bugs, suggests improvements, and enforces coding standards. By integrating this skill into your workflow you gain consistent, automated feedback on every diff without waiting for human reviewers.
coderabbit-install-auth setupConnect to the CodeRabbit API using your configured credentials and confirm the target repository is accessible. Verify that the webhook or CI integration is active so CodeRabbit can receive pull-request events automatically.
// Step 1 implementation
Trigger the core review workflow by opening or updating a pull request. CodeRabbit will analyze the diff, apply your configured rule-sets, and post structured comments directly on the affected lines. Review the summary report to understand which categories of issues were found (security, performance, style, logic).
// Step 2 implementation
Act on the feedback: resolve addressed comments, re-request review after fixes, and merge once all blocking issues are cleared. Archive or dismiss suggestions that are intentional deviations so the signal-to-noise ratio stays high for future reviews.
// Step 3 implementation
| Error | Cause | Solution |
|---|---|---|
| Error 1 | Cause | Solution |
| Error 2 | Cause | Solution |
// Complete workflow example
For secondary workflow, see coderabbit-core-workflow-b.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin coderabbit-packConfigures and runs CodeRabbit automated PR code reviews using .coderabbit.yaml for profiles, path filters, instructions, and auto-review triggers on GitHub.
Runs AI-powered code reviews using CodeRabbit CLI to find bugs, security issues, and quality risks in staged/committed changes, PRs, or git directories.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.