Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By xinbenlv
Comprehensive code review skills with an orchestrator for triage/routing and 11 specialist sub-skills for security, correctness, API, data, concurrency, performance, observability, testing, style, and configuration analysis.
npx claudepluginhub xinbenlv/codereview-skills --plugin codereviewReview API contracts, breaking changes, and interface consistency. Analyzes REST/RPC endpoints, event schemas, versioning, and backward compatibility. Use when reviewing public interfaces, API routes, or service contracts.
Deep codebase context analysis like Greptile. Analyzes blast radius of changes, dependency graphs, and architectural consistency. Use when reviewing changes to core utilities, shared libraries, or database models.
Review distributed systems patterns, concurrency, and resilience. Analyzes retry policies, idempotency, timeouts, circuit breakers, and race conditions. Use when reviewing async code, workers, queues, or distributed transactions.
Review configuration, secrets, and environment handling. Checks for safe defaults, secret management, feature flags, and environment parity. Use when reviewing config files, environment variables, or feature flags.
Analyze code for logic bugs, error handling issues, and edge cases. Detects off-by-one errors, null handling, race conditions, and incorrect error paths. Use when reviewing core business logic or complex algorithms.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Comprehensive code review skill with 53 specialized agents for architecture, code quality, error handling, types, comments, tests, accessibility, localization, concurrency, performance, simplification, security, and platform-specific reviews (iOS, macOS, Android, Angular, TypeScript, Next.js, Vue.js, Python, Django, Ruby, Rust, Go, Rails, Flutter, Java/Spring Boot, C#/.NET, PHP/Laravel, C/C++, React Native, Svelte/SvelteKit, Elixir/Phoenix, Kotlin Server, Scala, Terraform, Shell/Bash, Docker, Kubernetes, GraphQL, GitHub Actions) with automatic platform detection and confidence scoring.
Multi-perspective code analysis covering architecture, security, and best practices
Review pull requests with structured analysis and approve with confidence
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Agent Skills for Code Review.
These skills follow the Agent Skills specification so they can be used by any skills-compatible agent, including Claude Code and Codex CLI.
Review a GitHub PR with a single command:
Review PR 123
Review PR owner/repo#123
Review PR https://github.com/owner/repo/pull/123
This will automatically:
This plugin provides a comprehensive code review system modeled after industry-leading tools like CodeRabbit, Cursor BugBot, and Greptile. It uses an Input β Orchestrator β Specialists β Output pipeline architecture:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β INPUT SKILLS β
β retrieve-diff-from-github-pr β retrieve-diff-from-commit β
ββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β codereview-orchestrator β
β (Triage & Route - nothing else) β
ββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββ
β
βββββββββ¬ββββββββ¬ββββββ΄ββββββ¬ββββββββ¬ββββββββ¬ββββββββ
βΌ βΌ βΌ βΌ βΌ βΌ βΌ
βββββββββββ βββββββ βββββββ βββββββββββ βββββββ βββββββ βββββββ
βsecurity β β api β βdata β βconcurr. β βperf β βtest β βstyleβ
βββββββββββ βββββββ βββββββ βββββββββββ βββββββ βββββββ βββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β OUTPUT SKILLS β
β submit-github-review β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
/plugin marketplace add xinbenlv/codereview-skills
/plugin install codereview@codereview-skills
Add the contents of this repo to a /.claude folder in your project root (or whichever folder you're using with Claude Code). See more in the official Claude Skills documentation.
Copy the skills/ directory into your Codex skills path (typically ~/.codex/skills). See the Agent Skills specification for the standard skill format.
| Skill | Description | Use When |
|---|---|---|
| retrieve-diff-from-github-pr | Fetch PR diff and metadata via GitHub API | Reviewing GitHub PRs |
| retrieve-diff-from-commit | Get diff from local git commits | Reviewing local changes |
| Skill | Description | Use When |
|---|---|---|
| codereview-orchestrator | Triage, assess risk, route to specialists. Coordinates full pipeline. | Entry point for all reviews |
| Skill | Modeled After | Focus Area | Trigger |
|---|---|---|---|
| codereview-security | Cursor BugBot | Vulnerabilities, auth, injection, secrets | Auth, input, API calls |
| codereview-correctness | - | Logic bugs, error handling, edge cases | Core business logic |
| codereview-api | - | Contracts, breaking changes, versioning | Routes, endpoints, schemas |
| codereview-data | - | Migrations, queries, transactions | Database, models |
| codereview-concurrency | - | Retries, idempotency, distributed systems | Async, workers, queues |
| codereview-performance | - | O(nΒ²), N+1, memory leaks, caching | Loops, queries, I/O |
| codereview-observability | - | Logging, metrics, tracing, alerting | Monitoring code |
| codereview-testing | - | Coverage, quality, determinism | Test files |
| codereview-style | - | Readability, maintainability, docs | All files (final pass) |
| codereview-config | - | Secrets, feature flags, environment | Config, env files |
| codereview-architect | Greptile | Blast radius, dependencies, patterns | Core utilities, shared libs |
| Skill | Description | Use When |
|---|---|---|
| submit-github-review | Post review findings to GitHub PR via API | Submitting review to GitHub |
| Skill | Description |
|---|---|
| general-codereview | Google's classic 5-step methodology: Pre-screen β Understand β Verify β Optimize β Check |
Review PR 123
This single command runs the full pipeline: fetch β triage β review β submit.