← Back to Browse
Code Generation

CodeReviewer

AI-powered code review that catches bugs, style issues, and security vulnerabilities before they hit production.

★★★★★ 4.8 342 reviews
12.8k installs
v2.3.1 MIT

Install

npx skilldock install code-reviewer

About

CodeReviewer analyzes pull requests and code diffs using advanced static analysis combined with LLM reasoning. It understands context across files, detects anti-patterns, suggests improvements, and flags potential security issues. Works with any language, integrates with GitHub Actions.

Usage Example

// .skilldock/code-reviewer.yaml
trigger: pull_request
rules:
  - no-console-log
  - no-any-types
  - require-error-handling
strict: true