code-review
Structured code review
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ú
Structured code review
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
Find and load available skills
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
Solution proposals with tradeoff analysis for spec-driven development
| description | Structured code review |
Perform a structured code review of the specified code. Follow this protocol to produce consistent, actionable feedback.
Understand context: Read the code and any related files to understand the purpose and design of the change.
Check correctness: Verify that the logic is correct.
Check error handling: Review how errors are managed.
Check naming and clarity: Evaluate readability.
Check test coverage: Assess testing.
Check security: Look for security concerns.
Check performance: Identify performance issues.
List findings grouped by severity:
Issues that must be fixed before merging (bugs, security, data loss).
Issues that should be addressed but are not blocking (style, minor inefficiencies).
Optional improvements (readability, alternative approaches, nice-to-haves).
If no issues are found in a category, omit that section.