coderabbit-review

- After implementing code changes, request a review from CodeRabbit

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "coderabbit-review" with this command: npx skills add showcase-gig-platform/scg-ai-playbook/showcase-gig-platform-scg-ai-playbook-coderabbit-review

Coderabbit Review

Workflow

  • After implementing code changes, request a review from CodeRabbit

  • Analyze the review results and understand the feedback

  • Fix the identified issues

  • Re-run the review if necessary to confirm fixes

Command Reference

  • --prompt-only : Show only AI agent prompts (implies --plain)

  • --plain : Output in plain text format with human-friendly formatting

  • --type <type> : Review type: all, committed, uncommitted (default: "all")

  • --base <branch> : Base branch for comparison

  • --base-commit <commit> : Base commit on current branch for comparison

  • --cwd <path> : Working directory path (default: current directory)

Command Selection

Review all changes (default):

coderabbit review --prompt-only

Review uncommitted changes only:

coderabbit review --prompt-only --type uncommitted

Review committed changes only:

coderabbit review --prompt-only --type committed

Compare against base branch:

coderabbit review --prompt-only --base <branch>

Handling Review Feedback

When review feedback is received, address issues in the following priority order:

  • Security issues - Fix immediately

  • Bugs/regressions - High priority fixes

  • Missing tests - Add required test coverage

  • Code quality - Implement refactoring and improvements

  • Style/conventions - Align with project standards

Verification

After addressing the feedback, re-run coderabbit review --prompt-only to confirm that the issues have been resolved.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

coderabbit-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

coderabbit-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

Archived SourceRecently Updated
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated