deploy-guard
Deploy safety. Runs smoke tests, detects performance regressions, enforces test gates, and scaffolds CI pipelines.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install deploy-guard@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"deploy-guard@wrxck-claude-plugins": true
}
}
Features
- Post-deploy smoke test runner
- Performance regression detection
- Test gate enforcement before deploy
- CI pipeline scaffolding