Read comments: Use
gh api repos/carrot-foundation/methodology-rules/pulls/<PR_NUMBER>/commentsto fetch all review comments. Identify which ones are from CodeRabbit.Triage each comment into one of three categories:
- Valid issue: A real bug, missing validation, incorrect logic, or meaningful improvement
- False positive: The tool misunderstood the code or the suggestion does not apply
- Style preference: A subjective suggestion that does not affect correctness
Fix valid issues:
- Implement the fix following project conventions
- If the suggestion is directionally correct but the specific fix is wrong, implement the right fix instead
- Group related fixes into a single commit
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:affectedPush fixes: Commit with a message like
fix(shared): address CR feedback on schema validationand push to the PR branch.
Address CodeRabbit Review
Triage and address CodeRabbit automated review comments on a pull request.
Address CodeRabbit Review by majiayu000 · 43339f8
npx skillmds add majiayu000/address-coderabbit-review File contents
---name: address-coderabbit-reviewdescription: Triage and address CodeRabbit automated review comments on a pull request.---
1. **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.
2. **Triage each comment** into one of three categories:
- **Valid issue**: A real bug, missing validation, incorrect logic, or meaningful improvement
- **False positive**: The tool misunderstood the code or the suggestion does not apply
- **Style preference**: A subjective suggestion that does not affect correctness
3. **Fix valid issues**:
- Implement the fix following project conventions
- If the suggestion is directionally correct but the specific fix is wrong, implement the right fix instead
- Group related fixes into a single commit
4. **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.
5. **Handle style preferences**: Apply if they align with project conventions. Skip if they contradict existing patterns or add no value.
6. **Run quality checks** after all fixes:
```bash
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
```
7. **Push fixes**: Commit with a message like `fix(shared): address CR feedback on schema validation` and push to the PR branch.
majiayu000/claude-skill-registry-data/tree/main/quality/coderabbit-carrot-foundation-methodology-rules commit 43339f8aed
Frequently asked questions
Run npx skillmds add majiayu000/address-coderabbit-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Triage and address CodeRabbit automated review comments on a pull request. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.