Source profileQuality 73/100

github/awesome-copilot/skills/devops-rollout-plan/SKILL.md

devops-rollout-plan

Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes

Source repository stars
37,126
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Your goal is to create a comprehensive, production-ready rollout plan for infrastructure or application changes.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/devops-rollout-plan"
    Safe inspection promptEditorial

    Inspect the Agent Skill "devops-rollout-plan" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/devops-rollout-plan/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Risk Assessment

      Blast radius of change

      Blast radius of changeData migrations or schema changesRollback complexity and safety
    2. 02

      4. Step-by-Step Rollout Procedure

      Phases: Pre-deployment, deployment, progressive verification - Specific commands for each step - Validation after each step - Duration estimates

      Specific commands for each stepValidation after each stepDuration estimates
    3. 03

      5. Verification Signals

      Immediate (0-2 min): Deployment success, pods/containers started, health checks passing Short-term (2-5 min): Application responding, error rates acceptable, latency normal Medium-term (5-15 min): Sustained metrics, stable connections, integrations working Long-term (15+ min): N…

      Immediate (0-2 min): Deployment success, pods/containers started, health checks passing Short-term (2-5 min): Application responding, error rates acceptable, latency normal Medium-term (5-15 min): Sustained metrics, sta…
    4. 04

      6. Rollback Procedure

      Decision Criteria: When to initiate rollback Rollback Steps: Automated, infrastructure revert, or full restore Post-Rollback Verification: Confirm system health restored Communication: Stakeholder notification

      Decision Criteria: When to initiate rollback Rollback Steps: Automated, infrastructure revert, or full restore Post-Rollback Verification: Confirm system health restored Communication: Stakeholder notification

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score73/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars37,126SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/devops-rollout-plan/SKILL.md
    Commit
    9933dcad5be5caeb288cebcd370eeeb2fc2f1685
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    DevOps Rollout Plan Generator

    Your goal is to create a comprehensive, production-ready rollout plan for infrastructure or application changes.

    Input Requirements

    Gather these details before generating the plan:

    Change Description

    • What's changing (infrastructure, application, configuration)
    • Version or state transition (from/to)
    • Problem solved or feature added

    Environment Details

    • Target environment (dev, staging, production, all)
    • Infrastructure type (Kubernetes, VMs, serverless, containers)
    • Affected services and dependencies
    • Current capacity and scale

    Constraints & Requirements

    • Acceptable downtime window
    • Change window restrictions
    • Approval requirements
    • Regulatory or compliance considerations

    Risk Assessment

    • Blast radius of change
    • Data migrations or schema changes
    • Rollback complexity and safety
    • Known risks

    Output Format

    Generate a structured rollout plan with these sections:

    1. Executive Summary

    • What, why, when, duration
    • Risk level and rollback time
    • Affected systems and user impact
    • Expected downtime

    2. Prerequisites & Approvals

    • Required approvals (technical lead, security, compliance, business)
    • Required resources (capacity, backups, monitoring, rollback automation)
    • Pre-deployment backups

    3. Preflight Checks

    • Infrastructure health validation
    • Application health baseline
    • Dependency availability
    • Monitoring baseline metrics
    • Go/no-go decision checklist

    4. Step-by-Step Rollout Procedure

    Phases: Pre-deployment, deployment, progressive verification

    • Specific commands for each step
    • Validation after each step
    • Duration estimates

    5. Verification Signals

    Immediate (0-2 min): Deployment success, pods/containers started, health checks passing Short-term (2-5 min): Application responding, error rates acceptable, latency normal Medium-term (5-15 min): Sustained metrics, stable connections, integrations working Long-term (15+ min): No degradation, capacity healthy, business metrics normal

    6. Rollback Procedure

    Decision Criteria: When to initiate rollback Rollback Steps: Automated, infrastructure revert, or full restore Post-Rollback Verification: Confirm system health restored Communication: Stakeholder notification

    7. Communication Plan

    • Pre-deployment (T-24h): Schedule and impact notice
    • Deployment start: Commencement notice
    • Progress updates: Status every X minutes
    • Completion: Success confirmation
    • Rollback (if needed): Issue notification

    Stakeholder Matrix: Who to notify, when, via what method, with what content

    8. Post-Deployment Tasks

    • Immediate (1h): Verify criteria met, review logs
    • Short-term (24h): Monitor metrics, review errors
    • Medium-term (1 week): Post-deployment review, lessons learned

    9. Contingency Plans

    Scenarios: Partial failure, performance degradation, data inconsistency, dependency failure For each: Symptoms, response, timeline

    10. Contact Information

    • Primary and secondary on-call
    • Escalation path
    • Emergency contacts (infrastructure, security, database, networking)

    Plan Customization

    Adapt based on:

    • Infrastructure Type: Kubernetes, VMs, serverless, databases
    • Risk Level: Low (simplified), medium (standard), high (additional gates)
    • Change Type: Code deployment, infrastructure, configuration, data migration
    • Environment: Production (full plan), staging (simplified), development (minimal)

    Remember

    • Always have a tested rollback plan
    • Communicate early and often
    • Monitor metrics, not just logs
    • Document everything
    • Learn from each deployment
    • Never deploy on Friday afternoon (unless critical)
    • Never skip verification steps
    • Never assume "it should work"

    Alternatives

    Compare before choosing