AI SummaryDo NOT check or review pull requests. Do NOT call commands. Run CodeRabbit locally against the working repository only. From the output, extract for each finding:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "CodeRabbit CLI Review (Local changes only)" skill in my project. Please run this command in my terminal: # Install skill into your project (29 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/add-claude-rule.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/add-claude-rule.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/add-debug-logs.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/add-debug-logs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/benchmark-execute.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/benchmark-execute.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/check-test-coverage.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/check-test-coverage.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit-and-pr.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/commit-and-pr.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit-and-push.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/commit-and-push.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/commit.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-command.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-command.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-debug-script.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-debug-script.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-internal-issue.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-internal-issue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-issue.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-issue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-plan.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-pull-request.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/create-pull-request.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/deparse-dataset-to-schema.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/deparse-dataset-to-schema.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/fix-issue.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/fix-issue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/implement-regression-tests.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/implement-regression-tests.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/merge.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/merge.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/monitor-ci.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/monitor-ci.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/parse-schema-for-dataset.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/parse-schema-for-dataset.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plan-regression-tests.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/plan-regression-tests.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pull.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/pull.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/push.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/push.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/read-issue.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/read-issue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review-renovate.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/review-renovate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/split-pr.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/split-pr.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test-integration.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/test-integration.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/understand-context.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/understand-context.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/update-pr-description.md "https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/update-pr-description.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Run CodeRabbit CLI directly on local changes and create actionable tasks
CodeRabbit CLI Review (Local changes only)
Do NOT check or review pull requests. Do NOT call gh commands. Run CodeRabbit locally against the working repository only.
Run
Execute exactly: `bash coderabbit --plain -t all --base origin/main -c claude.md coderabbit.yaml `
Parse → Tasks
From the output, extract for each finding: • Severity: Critical | Warning | Info • File and line • Description • Suggested fix Create one TodoWrite per finding: • title: [Severity] <file>:<line> <short description> • body: <Suggested fix> • metadata: { "file": "<file>", "line": <line>, "severity": "<Severity>" }
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster