Configure a detailed three-layer pre-commit quality system that enforces linting, type checking, and testing before commits.
This skill implements a technical quality system based on three distinct layers. Layer 1 consists of fast global checks that perform quick linting and type checking on all files in approximately 50 to 200 milliseconds. Layer 2 focuses on component-specific checks, running detailed linting, type checking, and testing for changed components only, which typically takes between 10 and 30 seconds. Finally, Layer 3 uses...
For monorepos, plugin architectures, or projects with multiple components, add per-component quality checks.
Konfigurieren Sie ein dreischichtiges Pre-Commit-System mit Linting, Typprüfung und Test-Hooks. Wird für die Einrichtung von Qualitäts-Gates und Code-Standards verwendet. Überspringen, wenn Pre-Commit optimal konfiguriert ist. Quelle: athola/claude-night-market.