Volver a Agent Skills
Seguridad y Calidad
Code Review and Quality
por Addy Osmani 78k Estrellas en GitHub
Perform a five-axis code review with severity labels covering correctness, design, and maintainability.
#code-review#quality#maintainability#audit
Claude Code Codex
Descripción General
This skill runs a structured five-axis code review, labeling findings by severity across correctness, design, and maintainability. It gives consistent, prioritized review feedback rather than scattered comments.
Para qué sirve
- Reviewing a pull request thoroughly
- Prioritizing findings by severity
- Catching correctness and design issues
- Standardizing review quality
Instalar
Instalar en Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install code-review-and-quality
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/code-review-and-quality ~/.claude/skills/code-review-and-quality Explora herramientas de IA
Las mejores herramientas de IA que complementan tus habilidades
Lee artículos sobre IA y diseño
Consejos y tendencias en el mundo del diseño y la IA
Skills Relacionados
Seguridad y Calidad
Code Simplification
Reduce complexity while preserving behavior — remove dead code, flatten logic, and improve readability.
Claude Code Codex
Seguridad y Calidad Security and Hardening
Prevent OWASP-class vulnerabilities and audit dependencies to harden applications against attack.
Claude Code Codex
Seguridad y Calidad Trail of Bits Security Skills
Vulnerability scanning, contract auditing, CodeQL/Semgrep analysis, and property-based testing from Trail of Bits.
Claude Code Codex Cursor