con un clic
reviewers
4400+ curated code review prompts from leading open-source repositories
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
4400+ curated code review prompts from leading open-source repositories
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Complete development workflow for Claude Code
Complete development workflow for Codex
Git workflow commands: commit, branch, pr, push, sync, review, fixup, update-pr, commit-push, clean-gone, status, merge. Use with command argument.
Evaluate session using OpenAI eval-skills framework (Outcome/Process/Style/Efficiency). Analyzes session transcript vs Claude Code config to score performance and generate improvement recommendations. Creates GitHub issue with rubric scores and actionable plan.
Git workflow commands: commit, branch, pr, push, sync, review, fixup, update-pr, commit-push, clean-gone, run-e2e. Use with command argument.
Professional code review skill for Claude Code. Automatically collects file changes and task status. Triggers when working directory has uncommitted changes, or reviews latest commit when clean. Triggers: code review, review, 代码审核, 代码审查, 检查代码
| name | reviewers |
| description | 4400+ curated code review prompts from leading open-source repositories |
| user-invocable | true |
| version | 1.0 |
A collection of 4400+ curated code review guidelines derived from real code review comments in leading open-source repositories.
This skill contains content from baz-scm/awesome-reviewers, licensed under Apache 2.0.
The reviewers are organized into 10 skill domains. Read each file in skills/ for detailed guidance:
| Category | File | Focus |
|---|---|---|
| AI-Assisted Development | skills/ai-assisted-development.md | Leveraging AI coding assistants while maintaining quality |
| Code Readability | skills/code-readability.md | Writing clear, maintainable code |
| Code Refactoring | skills/code-refactoring.md | Improving code structure and design |
| Data & ML | skills/data-ml.md | Data pipelines and machine learning |
| DevOps & Cloud | skills/devops-cloud.md | Infrastructure and deployment |
| Documentation | skills/documentation.md | Code and API documentation |
| Full-Stack Development | skills/full-stack-development.md | Frontend and backend integration |
| Secure Coding | skills/secure-coding.md | Security best practices |
| Team Collaboration | skills/team-collaboration.md | Code review and teamwork |
| Testing & Debugging | skills/testing-debugging.md | Test strategies and debugging |
The 4400+ reviewers in reviewers/ are prefixed by source project. Major projects include:
| Prefix | Project | Count |
|---|---|---|
react-* | React | 109 |
kubeflow-* | Kubeflow | 62 |
neon-* | Neon | 50 |
sentry-* | Sentry | 48 |
spring-* | Spring | 46 |
mastodon-* | Mastodon | 45 |
grafana-* | Grafana | 43 |
cypress-* | Cypress | 43 |
bun-* | Bun | 37 |
deno-* | Deno | 36 |
nest-* | NestJS | 36 |
checkov-* | Checkov | 38 |
argo-* | Argo CD | 38 |
posthog-* | PostHog | 39 |
teleport-* | Teleport | 39 |
And 165+ more projects.
Each reviewer follows this format:
---
title: <Review guideline title>
description: <Brief description>
repository: <source OSS repo>
label: <category>
language: <programming language>
comments_count: <number of supporting comments>
repository_stars: <repo popularity>
---
<Detailed guidelines with examples and code blocks>
By Language: Filter reviewers by the language field in their frontmatter
grep -l "language: TypeScript" reviewers/*.md
By Project/Framework: Use project prefixes to find relevant patterns
react-*, next-*airflow-*, kubeflow-*, boto3-*kubernetes-*, teleport-*, argo-*deno-*, bun-*, workerd-*By Category: Use the label field
When reviewing code:
When using the differential-review skill:
TypeScript/JavaScript:
react-*, next-*, angular-*, nest-*, bun-*, deno-*Python:
airflow-*, kubeflow-*, boto3-*, checkov-*, prowler-*Go:
kubernetes-*, teleport-*, argo-*, grafana-*Rust:
deno-* (core), bun-* (native), workerd-*Infrastructure/DevOps:
kubernetes-*, argo-*, grafana-*, checkov-*, prowler-*Security:
checkov-*, prowler-*, teleport-*, sentry-*