A structured five-step workflow that chains aegis, atlas, review-agent, herald, and scribe to prepare production releases. You get security scanning first, then E2E tests, human review checkpoint, version bumping, and finally release notes. The workflow blocks on critical vulnerabilities or test failures, which is exactly what you want. Supports semantic versioning flags (major, minor, patch) and a hotfix mode that skips some steps when you're on fire. It's opinionated about order (security before tests, approval before version bumps) but that's the point. Saves you from forgetting the security audit or shipping without updated docs.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill release