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.
Настройте трехуровневую систему предварительной фиксации с помощью линтинга, проверки типов и крючков тестирования. Используйте для качественной настройки ворот и стандартов кода. Пропустите, если предварительная фиксация настроена оптимально. Источник: athola/claude-night-market.