Deployment Validation
Checks configuration against a schema before a release rather than after it fails.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install deployment-validation@claude-code-workflows
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.
Similar skills
MCP Security Audit
SkillChecks .mcp.json entries before an agent is allowed to load them.
Atomic Agents Skills
SkillScaffolds Atomic Agents code where every agent, tool and context boundary is a validated schema.
Claude Security
SkillDeep vulnerability scan of your own code, with every finding challenged before it is reported.

Comments(0)
Sign in to comment