review-bots
How to work with CodeRabbit, Greptile, and Intelligence AI on Skill Doctor PRs. Use when a review bot comments or when deciding if a bot finding blocks merge.
Install
npx skills add https://github.com/KalarisLabs/Skill-Doctor/tree/main/skills/review-bots
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install kalarislabs-skill-doctor@llmmart
git clone https://github.com/KalarisLabs/Skill-Doctor.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole kalarislabs/skill-doctor collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Review bots
- CodeRabbit — summaries + line comments
- Greptile — security-oriented (caught a live Composio credential and fail-on bugs before). Security findings are blocking until disproven.
- Intelligence AI — extra pass. Same blocking vs nit rule.
Not CI. Green bot ≠ merge. Red CI ≠ override with a bot emoji.
Fix or refute security/correctness/invariant breaks with a test. Style nits that contradict rustfmt/clippy: clippy wins. Secrets: rotate at vendor, purge git, add gitleaks — do not only delete the line. Do not add a fourth bot. Do not commit bot tokens.
Files (skill-doctor)
-
SKILL.md 797 B
--- name: review-bots description: How to work with CodeRabbit, Greptile, and Intelligence AI on Skill Doctor PRs. Use when a review bot comments or when deciding if a bot finding blocks merge. --- # Review bots - **CodeRabbit** — summaries + line comments - **Greptile** — security-oriented (caught a live Composio credential and fail-on bugs before). Security findings are blocking until disproven. - **Intelligence AI** — extra pass. Same blocking vs nit rule. Not CI. Green bot ≠ merge. Red CI ≠ override with a bot emoji. Fix or refute security/correctness/invariant breaks with a test. Style nits that contradict rustfmt/clippy: clippy wins. Secrets: rotate at vendor, purge git, add gitleaks — do not only delete the line. Do not add a fourth bot. Do not commit bot tokens.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.