From coderabbit-pack
Execute CodeRabbit secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "coderabbit secondary workflow", "secondary task with coderabbit".
How this skill is triggered — by the user, by Claude, or both
Slash command
/coderabbit-pack:coderabbit-core-workflow-bThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Secondary workflow for CodeRabbit. Complements the primary workflow by addressing configuration tuning, rule customization, and bulk remediation tasks that arise after the initial integration is established. Use this skill when you need to adjust review sensitivity, suppress false positives, or apply CodeRabbit feedback across multiple pull requests at once.
Secondary workflow for CodeRabbit. Complements the primary workflow by addressing configuration tuning, rule customization, and bulk remediation tasks that arise after the initial integration is established. Use this skill when you need to adjust review sensitivity, suppress false positives, or apply CodeRabbit feedback across multiple pull requests at once.
coderabbit-install-auth setupcoderabbit-core-workflow-aLoad the current CodeRabbit configuration and review the existing rule-set. Identify which rules are generating excessive noise or missing important patterns based on recent review history.
// Step 1 implementation
Update the configuration with refined rule weights, additional ignore patterns, or new custom rules. Apply the changes to the repository settings and validate by re-running CodeRabbit against a representative pull request to confirm the new behavior matches expectations.
// Step 2 implementation
Commit the updated configuration file, document the rationale for each change in your team's runbook, and notify reviewers of the updated standards. Monitor the next several reviews to ensure the tuned configuration reduces noise without missing real issues.
// Step 3 implementation
| Aspect | Workflow A | Workflow B |
|---|---|---|
| Use Case | Primary | Secondary |
| Complexity | Medium | Lower |
| Performance | Standard | Optimized |
// Complete workflow example
// Error handling code
For common errors, see coderabbit-common-errors.
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.
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.