Skip to main content

review-branch

Review the current branch without editing code. Use for PR-style findings, regressions, merge-base comparison, or pre-merge risk assessment.

Ir a la instalación

Datos de origen

Repositorio
videojs/v10
Última actividad en el origen
27 de julio de 2026 a las 23:21
Idioma detectado de SKILL.md
inglés
Estrellas
944
Forks
92

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-branch
description
Review the current branch without editing code. Use for PR-style findings, regressions, merge-base comparison, or pre-merge risk assessment.
# Branch review Review the branch as a whole; do not implement fixes. 1. Determine the intended base and inspect the merge-base diff, commit history, and working tree separately. 2. Fetch a linked issue or PR when supplied and derive the acceptance boundary. 3. Read changed code in context, including callers, tests, exports, and relevant configuration. 4. Check whether the change is a good citizen of the whole codebase and documentation: follow established ownership, naming, architecture, public contracts, and nearby patterns rather than judging the diff in isolation. 5. Apply only the domain constraints and review criteria that the changed surface requires. 6. Prioritize correctness, regressions, security, accessibility, public compatibility, and missing tests. Avoid style findings already enforced by tools. 7. Validate suspected findings with a targeted command or source trace when practical. Lead with findings ordered by severity. For each, include the file/line, concrete failure mode, evidence, and smallest correction. Then summarize the change and residual test gaps. Say explicitly when no actionable findings remain. ## Example Input: “Review this branch against main.” Output: Severity-ordered actionable findings with locations and evidence, followed by a concise change summary and residual test gaps.
Ver en GitHub