.claude/skills/validate/SKILL.md
Pre-commit validation suite for manifests, scripts, and configs
npx skillsauth add Dirty13itch/kaizen validateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run full validation suite on the project:
find manifests/ -name "*.yaml" -exec yamllint -d relaxed {} +find scripts/ -name "*.sh" -exec shellcheck {} +find manifests/ -name "*.yaml" -exec kubectl apply --dry-run=client -f {} \;git diff --cached --name-only to show what's stagedReport pass/fail for each category. Fix issues if $ARGUMENTS contains "fix".
testing
Run the full integration test suite
testing
Check Kaizen system health across all nodes and services
testing
Resume from last checkpoint — show progress, cluster state, next actions
devops
Emergency rollback for Kaizen deployments