Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Deployment Validation logo
Skill

Deployment Validation

Checks configuration against a schema before a release rather than after it fails.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install deployment-validation@claude-code-workflows
Triggers on

Sürüm öncesi yapılandırma denetlenirken, ortamlar arası ayar tutarlılığı sınanırken ya da şema doğrulaması yazılırken.

Author
Seth Hobson
License
MIT

One command and one cloud architect agent, aimed at the class of outage that comes from a config file rather than from code. It generates Ajv validators with custom formats, including a URL format that only accepts https, a port format bounded at 65535, and a duration format matching a number followed by s, m, h or d, so a typo fails at validation time instead of at connection time. The environment rules are where it earns its place: development may enable debug and accept an eight character password, production forbids debug, requires HTTPS and raises the minimum to sixteen, and the same file is checked against both rule sets. A secret scan across config files runs first to catch credentials that were committed by accident.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?