Skip to main content

verify

Run Diffuse's health check (format, tests, SDK cross-check, unsigned app builds). Use before claiming a change is done, after touching Packages, Apps, Tools, or Tests, or when the user asks if the checkout is healthy.

Ir a la instalación

Datos de origen

Repositorio
hoangsonww/Diffuse-Native-Apps
Última actividad en el origen
20 de agosto de 2026 a las 04:16
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
0

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 Diffuse's health check (format, tests, SDK cross-check, unsigned app builds). Use before claiming a change is done, after touching Packages, Apps, Tools, or Tests, or when the user asks if the checkout is healthy.
# Verify From the repository root on **macOS with Xcode**: ```bash ./Scripts/format.sh swift test --parallel ``` Full gate CI uses: ```bash ./Scripts/verify.sh ``` A healthy checkout prints `Diffuse is healthy.` Touched domain or tests? Prefer `./Scripts/coverage.sh` so the llvm-cov report is fresh. Do not skip a failing golden fixture by editing `Fixtures/` until the expected diff is understood. Do not add CodeQL or other scanners. Docker and the Dev Container cannot run this skill — they have no Xcode.
Ver en GitHub