Skip to main content

review

Review uncommitted code changes

Ir a la instalación

Datos de origen

Repositorio
ailyProject/aily-blockly
Última actividad en el origen
29 de junio de 2026 a las 08:04
Idioma detectado de SKILL.md
inglés
Estrellas
3822
Forks
218

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
review
description
Review uncommitted code changes
# Review Inspect the current working tree before making assumptions. Start with `git status --short`, then read the relevant diff. Prioritize findings over summaries. Report the highest-impact issues first with precise file references and concrete impact. Check these areas on every run: - Find unreasonable or fragile design choices. - Find unfinished requirements or behavior gaps. - Find potential bugs, regressions, and edge-case failures. - Find duplicated logic or places where existing code should have been reused. - Find missing validation, verification, or tests. When the user expects action instead of commentary, fix the issues you identify and re-check the result. When reviewing, keep the response structure tight: - List findings first, ordered by severity. - Add open questions or assumptions only if they materially affect correctness. - Add a short change summary only after the findings or fixes. When no issues are found, say so explicitly and still mention residual risks or missing verification.
Ver en GitHub