infra-cloud-deployment-operations

Design and validate cloud deployment flows with OIDC authentication and environment approvals.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill infra-cloud-deployment-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-cloud-deployment-operations
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/infra-cloud-deployment-operations
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill infra-cloud-deployment-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create clear, provider-neutral cloud deployment flows that enforce environment-specific approvals, short-lived authentication via OIDC, safe rollout strategies, and auditable operational decision logging to reduce deployment risk and improve incident investigation.

Core Features & Use Cases

  • OIDC federation: Replace long-lived secrets with GitHub OIDC token exchange for short-lived credentials and auditable identity assertions.
  • Rollout strategies & gating: Recommend and configure canary, blue-green, rolling, or feature-flag rollouts with required approvers and environment protections.
  • Rollback and verification: Document automated and manual rollback paths, post-deploy smoke checks, and metric-based canary thresholds.
  • Operational controls: Configure concurrency locking, deployment windows, cost controls, and retention of deployment/audit logs for compliance.

Quick Start

Run the infra-cloud-deployment-operations skill to design and validate a provider-neutral deployment workflow that includes OIDC authentication, environment approvals, rollout strategy, rollback steps, and verification criteria.

Frequently Asked Questions about infra-cloud-deployment-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure GitHub Actions OIDC federation for secure cloud deployments?

GitHub Actions OIDC federation replaces long-lived secrets by exchanging GitHub OIDC tokens for short-lived cloud credentials, providing auditable identity assertions for secure deployments. You configure environment protections and required approvers to gate staging and production workflows.

What is the best way to implement canary and blue-green rollout strategies in CI/CD?

Canary and blue-green rollout strategies configure traffic shifting with metric-based thresholds and environment gating, allowing safe incremental deployments with automated verification and rollback paths. Concurrency locking prevents overlapping deployments during rollout.

How do I set up automated and manual rollback plans for multi-environment deployments?

Automated and manual rollback plans document specific revert paths triggered by failed smoke tests or metric threshold breaches, ensuring quick recovery across staging and production environments. Post-deploy verification criteria gate rollback decisions.

Does this deployment workflow support audit logging and concurrency controls?

Audit logging and concurrency controls are supported, retaining deployment decision logs for compliance while preventing simultaneous deployments through deployment windows and locking mechanisms. Cost controls further restrict unnecessary deployment runs.

Can I use environment-aware approvals with provider-neutral cloud deployment flows?

Environment-aware approvals work with provider-neutral cloud deployment flows by applying required approvers and environment protections specific to staging and production contexts during rollout. OIDC federation secures identity assertions across providers.