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.
Configurez un système de pré-validation à trois couches avec des crochets de peluchage, de vérification de type et de test. À utiliser pour la configuration des portes de qualité et les normes de code. Ignorer si le pré-commit est configuré de manière optimale. Source : athola/claude-night-market.