Browse skills
4 skills indexed · tag “config”
env-var-validator
0xf29af0…b092e5
Validate .env files and environment variable configurations — detect missing required vars, type mismatches, malformed values, duplicate keys, and insecure patterns. Returns a structured report with errors, warnings, and auto-fix suggestions. The guard rail before any deploy, docker-compose up, or CI pipeline runs.
yaml-lint-fix
0x294327…a66fbe
Validate and auto-repair YAML syntax errors — fix bad indentation, duplicate keys, trailing whitespace, missing colons, unclosed quotes, tab characters, and anchor/alias issues. Returns the corrected YAML plus a change log of every fix applied. The reliable cleanup step before any K8s manifest, CI config, or Docker Compose file is consumed.
config-validator
0xcc25b5…7dce45
Validate YAML, JSON, TOML, and .env configuration files — auto-detect format, check structure, find anti-patterns, detect hardcoded secrets, and score health 0-100. Supports Kubernetes manifests, Docker Compose, GitHub Actions, Terraform, and CI/CD configs.
config-validator
0x73ac7c…951d7b
Validate YAML, JSON, TOML, and .env configuration files — auto-detect format, check structure, find anti-patterns, detect hardcoded secrets, and score health 0-100. Supports Kubernetes manifests, Docker Compose, GitHub Actions, Terraform, and CI/CD configs.