Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

code-review

communitydevelopment

Runs AI-powered code reviews through the CodeRabbit CLI.

Setup & Installation

npx skills add https://github.com/coderabbitai/skills --skill code-review
or paste the link and ask your coding assistant to install it
https://github.com/coderabbitai/skills/tree/main/skills/code-review
View on GitHub

What This Skill Does

Runs AI-powered code reviews through the CodeRabbit CLI. It scans diffs for bugs, security issues, and quality problems, groups findings by severity, and can loop autonomously — implement, review, fix, re-review — until the code is clean.

It catches bugs and security issues in your diff automatically, so you don't have to wait for a human reviewer or read through changes line by line yourself.

When to use it

  • Reviewing staged changes for security vulnerabilities before committing
  • Comparing a feature branch against main to catch regressions
  • Running a post-implementation review cycle that fixes its own findings
  • Scanning uncommitted work for bugs during local development
  • Getting severity-grouped feedback on a pull request without leaving the terminal