Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

xinbenlv/codereview-skills

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
13 indexed skills2 stars

codereview-api
Indexed

Review 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.

View indexed skill

codereview-architect
Indexed

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.

View indexed skill

codereview-concurrency
Indexed

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.

View indexed skill

codereview-correctness
Indexed

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.

View indexed skill

codereview-data
Indexed

Review database operations, migrations, and data persistence. Analyzes query safety, migration rollback, transaction boundaries, and data integrity. Use when reviewing migrations, models, repositories, or database queries.

View indexed skill

codereview-observability
Indexed

Review logging, metrics, tracing, and alerting. Ensures systems are observable, debuggable, and operable. Use when reviewing code that adds logging, metrics, or monitoring.

View indexed skill

codereview-orchestrator
Indexed

Triage and orchestrate code reviews. Analyzes PR intent, identifies touched surfaces, assesses risk, and routes to specialist skills. Does NOT perform detailed review - delegates to specialists. Supports full pipeline with "Review PR <number>" command.

View indexed skill

codereview-performance
Indexed

Performance and scalability analysis specialist. Identifies algorithmic inefficiencies, N+1 queries, memory leaks, and concurrency issues. Use when reviewing loops, database queries, file I/O, or high-concurrency code.

View indexed skill

codereview-testing
Indexed

Review test coverage and quality. Analyzes unit tests, integration tests, determinism, and test design. Use when reviewing test files or code that should have tests.

View indexed skill

general-codereview
Indexed

Perform thorough code reviews following Google's 5-step methodology. Use when reviewing pull requests, change lists, or any code changes to ensure quality, correctness, and maintainability.

View indexed skill

retrieve-diff-from-commit
Indexed

Retrieve code diff from a local git commit. Use this as the first step in a code review pipeline when reviewing local commits.

View indexed skill

retrieve-diff-from-github-pr
Indexed

Retrieve code diff from a GitHub Pull Request via GitHub API. Use this as the first step in a code review pipeline when reviewing GitHub PRs.

View indexed skill

submit-github-review
Indexed

Submit a code review to GitHub via the GitHub API. Use this as the final step in a code review pipeline to post review findings to a PR.

View indexed skill