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".
From coderabbit-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin coderabbit-packThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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.