Skip to main content
Back to registry

deployment-pipeline-design

wshobson/agents

Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill deployment-pipeline-design
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies. Design robust, secure deployment pipelines that balance speed with safety through proper stage organization and approval workflows. Reference: See assets/approval-gate-template.yml Characteristics: Characteristics: Characteristics: Characteristics: - Design CI/CD architecture - Implement deployment gates - Configure multi-environment pipelines - Establish deployment best practices - Implement progressive delivery - Source - Code checkout - Build - Compile, package, containerize - Test - Unit, integration, security scans - Staging Deploy - Deploy to staging environment - Integration Tests - E2E, smoke tests - Approval Gate - Manual approval required - Production Deploy - Canary, blue-green, rolling - Verification - Health checks, monitoring - Rollback - Automated rollback on failure - Gradual rollout - Zero downtime - Easy rollback - Best for most applications - Instant switchover - Easy rollback - Doubles infrastructure cost temporarily - Good for high-risk deployments - Gradual traffic shift - Risk mitigation - Real user testing - Requires service mesh or similar - Deploy without releasing - A/B testing - Instant rollback - Granular control - Fail fast - Run quick tests first - Parallel execution - Run independent jobs concurrently - Caching - Cache dependencies between runs -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does deployment-pipeline-design do?

Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies.

Is deployment-pipeline-design good?

deployment-pipeline-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does deployment-pipeline-design work with?

deployment-pipeline-design currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to deployment-pipeline-design?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install deployment-pipeline-design?

npx skills add https://github.com/wshobson/agents --skill deployment-pipeline-design

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering