From awc
Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/awc:coderabbit-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to run CodeRabbit from the terminal, summarize the findings, and help implement follow-up fixes.
Use this skill to run CodeRabbit from the terminal, summarize the findings, and help implement follow-up fixes.
Stay silent while an active review is running. Do not send progress commentary about waiting, polling, remote processing, or scope selection once coderabbit review has started. Only message the user if authentication or other prerequisite action is required, when the review completes with results, or when the review has failed or timed out after the full wait window.
coderabbit --version
coderabbit auth status --agent
If auth is missing, run:
coderabbit auth login --agent
Default review:
coderabbit review --agent
Common narrower scopes:
coderabbit review --agent -t committed
coderabbit review --agent -t uncommitted
coderabbit review --agent --base main
coderabbit review --agent --base-commit <sha>
If AGENTS.md, .coderabbit.yaml, or CLAUDE.md exist in the repo root, pass the files that exist with -c to improve review quality.
finding events and group them by severity.status events in the user-facing summary.error event is returned, report the failure instead of inventing a manual review.❗ Critical, ⚠️ Major, and ℹ️ Minor.CodeRabbit found 0 findings. and do not invent issues.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub amoschenzixuan/agentic-working-contract --plugin awc