quality-check
Ejecutar las verificaciones automatizadas del stack —tipado, linter, unit tests, cobertura, build, e2e, análisis estático (Sonar) y las suites que declare el estándar de testing— y emitir un veredicto con informe y próximas acciones. Produce la caché quality-check-run.json que consume coverage-verify. No exige artefactos de este plugin: corre sobre cualquier repositorio y delega las correcciones en work-implement. Activar cuando el usuario pida correr las pruebas o las verificaciones: "ejecuta los checks", "corre los tests", "quality check", "valida antes del PR/merge", "¿está verde el repo?", o cuando lo invoque otro skill (work-integrate, pr-create, coverage-verify). Proceso de cierre, no proactivo durante el desarrollo. Por defecto pide confirmación antes de corregir un fallo; .sdd-devkit/settings.json (verification.qualityCheck.confirmFix: "never") permite corregir directo sin preguntar. La revisión cualitativa de diseño es de code-review.
- License
- MIT
Pinned to revision 9c2e3daf5683, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/quality-check/SKILL.md
- skills/quality-check/assets/quality-check-template.md
- skills/quality-check/references/execution.md
- skills/quality-check/references/stacks.md
Every link opens the file at its source, pinned to the revision this page describes.