Skip to main content

verify

Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task done or opening a PR.

Ir a la instalación

Datos de origen

Repositorio
hoangsonww/Forge-Agentic-Coding-CLI
Última actividad en el origen
20 de abril de 2026 a las 21:15
Idioma detectado de SKILL.md
inglés
Estrellas
23
Forks
9

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
verify
description
Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task done or opening a PR.
# verify Run the checks in order. Stop at the first failure and report which step failed and the first error line. ```bash npm run format:check npm run lint npm run typecheck npm run build npm test ``` All 249 tests across 43 files must pass. If you added logic to `src/core`, `src/agents`, or `src/tools`, the count should increase. On success, print a single line: ``` verify: format ✓ lint ✓ typecheck ✓ build ✓ test ✓ (N tests) ```
Ver en GitHub