coderabbit-skill/SKILL.md
Use when the user wants to run CodeRabbit CLI locally, review staged or uncommitted changes, inspect CodeRabbit findings, or apply CodeRabbit feedback before commit or PR.
npx skillsauth add abanoub-ashraf/manus-skills-import coderabbit-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Installation
curl -fsSL [https://coderabbit.ai/install.sh](https://coderabbit.ai/install.sh) | bash
coderabbit auth login # One-time authentication
coderabbit auth status # Check you're authenticated
| Command | Description |
| --- | --- |
| coderabbit review | Review staged changes (default) |
| coderabbit review --all | Review all uncommitted changes |
| coderabbit review --commit <hash> | Review a specific commit |
| coderabbit review --branch <name> | Review changes on a branch |
| coderabbit review --files <paths> | Review specific files |
| coderabbit status | Check review status |
| coderabbit config | View/edit configuration |
| coderabbit login | Authenticate with CodeRabbit |
| coderabbit logout | Log out |
| coderabbit --help | Show all available commands |
| Flag | Description |
| --- | --- |
| --staged | Review only staged changes (default) |
| --all | Review all uncommitted changes |
| --prompt-only | Output review as text (for AI agents) |
| --plain | No interactivity, pure text output |
| --type <scope> | Specify scope: staged, uncommitted, branch |
| --json | Output results in JSON format |
| --verbose | Show detailed output |
| --quiet | Minimal output |
| Flag | Description |
| --- | --- |
| --ignore <pattern> | Ignore files matching pattern |
| --include <pattern> | Only include files matching pattern |
| --severity <level> | Filter by severity (error, warning, info) |
| --max-issues <n> | Limit number of issues reported |
| --timeout <seconds> | Set timeout for review |
# End-session nuke (review all uncommitted):
coderabbit --type uncommitted --plain
# Claude Code special:
coderabbit --prompt-only --type uncommitted
"Run
coderabbit review --prompt-onlyand fix any issues found."
coderabbit review --prompt-onlyResult: 98% production-ready code before human review.
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes