Habilidades fresh-eyes-review
👁️

fresh-eyes-review

Seguro

Review code before committing

También disponible en: 2389-research

Critical bugs often escape despite passing tests. This skill enforces a mandatory final quality gate that catches security vulnerabilities, logic errors, and business rule bugs before code ships.

Soporta: Claude Codex Code(CC)
⚠️ 67 Deficiente
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "fresh-eyes-review". I'm done implementing the auth feature, let me commit

Resultado esperado:

  • Starting fresh-eyes review of 4 files. This will take 2-5 minutes.
  • [Reviews auth.ts for security] Found: Missing input validation on email field. Fixed: Added email format validation.
  • [Reviews handler.ts for logic] Found: Off-by-one error in pagination. Fixed: Changed < to <= in boundary check.
  • [Reviews db.ts for performance] No issues found.
  • [Reviews api.ts for business rules] No issues found.
  • Re-running tests... All tests pass.
  • Fresh-eyes complete. 2 issues found and fixed.

Auditoría de seguridad

Seguro
v3 • 1/10/2026

This is a pure prompt-based skill with no executable code, no file access, no network calls, and no external commands. It consists entirely of markdown instructions providing code review guidance. No security concerns detected.

1
Archivos escaneados
176
Líneas analizadas
0
hallazgos
3
Auditorías totales
No se encontraron problemas de seguridad

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
81
Contenido
21
Comunidad
100
Seguridad
78
Cumplimiento de la especificación

Lo que puedes crear

Pre-commit safety check

Run a systematic review before every git commit to catch issues that tests miss.

PR quality gate

Apply a structured checklist before approving pull requests to ensure thorough coverage.

Security vulnerability catch

Detect common security issues like injection attacks and auth bypass before deployment.

Prueba estos prompts

Basic pre-commit review
I'm ready to commit my changes. Please run the fresh-eyes review on the modified files.
PR readiness check
I'm done with this feature and ready to create a PR. Perform a fresh-eyes review first.
Feature completion review
I've finished implementing the feature. Run fresh-eyes review before I consider this done.
Deployment safety check
About to deploy to production. Please do a fresh-eyes review of all changed files first.

Mejores prácticas

  • Always trigger this skill before git commit, PR creation, or declaring work done.
  • Announce the file count and expected duration to create accountability.
  • Fix issues immediately and re-run tests before proceeding.
  • Declare results even when zero issues are found to prove execution.

Evitar

  • Skipping the review because tests pass or because you're confident the code is correct.
  • Rushing through in under 2 minutes, which suggests insufficient review depth.
  • Ignoring the review because a partner is waiting or production is blocked.
  • Assuming senior approval means the implementation details were thoroughly reviewed.

Preguntas frecuentes

Does this skill work with all programming languages?
Yes. The security, logic, and business rule checklists are language-agnostic and apply to any codebase.
How long does a fresh-eyes review take?
Plan for 2-5 minutes depending on file count. Faster reviews may indicate insufficient depth.
Does this integrate with my existing CI/CD pipeline?
This is a prompt-based skill. It does not modify CI/CD configs but can run before git operations.
Is my code data sent anywhere?
No. The skill only reviews code locally. No data is transmitted to external services.
What if the skill finds issues that require larger refactoring?
Fix issues immediately as the skill directs. Larger refactoring may need separate planning and testing.
How is this different from automated code analysis tools?
This skill catches issues that automated tools miss, such as business rule bugs and logic errors that depend on context.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md