.claude/skills/coderabbit/SKILL.md
Triage and address CodeRabbit automated review comments on a pull request.
npx skillsauth add carrot-foundation/methodology-rules Address CodeRabbit ReviewInstall 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.
Read comments: Use gh api repos/carrot-foundation/methodology-rules/pulls/<PR_NUMBER>/comments to fetch all review comments. Identify which ones are from CodeRabbit.
Triage each comment into one of three categories:
Fix valid issues:
Dismiss false positives: Leave a brief, respectful reply explaining why the suggestion does not apply. Be specific — reference the actual behavior or constraint that makes the suggestion unnecessary.
Handle style preferences: Apply if they align with project conventions. Skip if they contradict existing patterns or add no value.
Run quality checks after all fixes:
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
Push fixes: Commit with a message like fix(shared): address CR feedback on schema validation and push to the PR branch.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.