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".
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.
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.