Agent skill

validate

Pre-commit validation suite for manifests, scripts, and configs

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/validate-dirty13itch-kaizen

SKILL.md

Run full validation suite on the project:

  1. YAML: find manifests/ -name "*.yaml" -exec yamllint -d relaxed {} +
  2. Shell: find scripts/ -name "*.sh" -exec shellcheck {} +
  3. K8s: find manifests/ -name "*.yaml" -exec kubectl apply --dry-run=client -f {} \;
  4. Git: git diff --cached --name-only to show what's staged
  5. Docs: Verify CLAUDE.md exists and is under 4KB

Report pass/fail for each category. Fix issues if $ARGUMENTS contains "fix".

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results