Files
HartOMat/.claude/commands/check.md
T
2026-03-05 22:12:38 +01:00

9 lines
332 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Führe alle Quality Gates aus und berichte das Ergebnis:
1. `npm test` alle Tests grün?
2. `npm run lint` keine Warnings?
3. `git diff --stat` welche Dateien geändert?
Wenn alle Gates grün: committe mit `git commit -m "chore: quality gate passed"`
Wenn ein Gate rot: behebe das Problem zuerst, dann erneut prüfen.