
coderabbitai/skills
2 skills8.1k installs224 starsGitHub
Install
npx skills add https://github.com/coderabbitai/skillsSkills in this repo
1Code Reviewcode-review is the official CodeRabbit agent skill for AI-assisted diff review: it tells your coding agent when to invoke the CodeRabbit CLI, how to verify installation and auth, and how to consume structured feedback for fix loops. Solo builders who ship without a human reviewer use it to turn “review my changes” into a repeatable command sequence instead of vague chat critique. The SKILL.md positions it as the default review skill—trigger on explicit user asks and autonomously when quality or security risk is likely. Capabilities emphasize bug and security detection on changed files, severity buckets, flexible change scopes (staged vs full tree), and `--agent` output aimed at downstream automated fixes. It is a checker-style workflow integration, not a replacement for your test suite or threat modeling. Plan on installing the CLI from official sources, keeping at least v0.4.0 for agent mode, and pairing review output with your own judgment before merging to production.5.2kinstalls2Autofixautofix is a CodeRabbit-oriented agent skill package that teaches GitHub workflow primitives for fixing pull request feedback thread by thread. Solo builders merging through GitHub rely on authenticated gh, an open PR on the current branch, and GraphQL queries that preserve review-thread structure so the agent does not treat CodeRabbit output as a flat summary. The flow resolves the PR number, derives repository owner and name, paginates review threads, and applies fixes aligned with each thread before the usual commit-and-push cycle described in the primary SKILL.md (this readme file is the shared helper). It fits indie teams using Claude Code or Cursor on feature branches where CodeRabbit left actionable inline comments. You need shell and git access locally; creating PRs uses your latest commit subject and body. The skill is narrower than generic code review checklists—it is explicitly GitHub plus CodeRabbit threading. Pair it with human judgment on security-sensitive suggestions and re-run CI after autofix batches.2.8kinstalls