Validates Newt hook configuration files against schemas to ensure correct execution and prevent runtime errors.
The Hook Validation skill provides automated linting and schema verification for Newt-based workflows. It monitors YAML files within the .newt directory, checking for structural integrity, required fields, and valid script references. By identifying blocking errors and advisory warnings in real-time, it helps developers maintain reliable automation hooks and prevents misconfigured commands or out-of-range thresholds from disrupting the development lifecycle.
主な機能
01Automated schema validation for YAML hook files
02Real-time script and command path existence checks
03Threshold value range verification (0-100)
04Detailed error reporting with line-specific references
05Actionable fix suggestions for identified configuration issues
061 GitHub stars
ユースケース
01Troubleshooting broken Newt workflow configurations during development
02Validating custom automation scripts and command triggers in the .newt directory
03Ensuring complex CI/CD hooks are correctly defined before deployment