devops-cicd

Design CI/CD pipelines, Docker configurations, and deployment checklists.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill devops-cicd-zebbern
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-cicd
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/devops-cicd
Command: npx skills add https://github.com/zebbern/termstack --skill devops-cicd-zebbern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD patterns and deployment checklists help teams standardize pipelines, container builds, and environment configuration to reduce errors and speed releases.

Core Features & Use Cases

  • GitHub Actions Workflow Pattern with multi-step jobs and caching to ensure repeatable builds
  • Docker Best Practices including multi-stage builds and non-root runtimes
  • Environment Configuration guidelines for secure variable management and .env templates
  • Deployment Checklist to validate migrations, health checks, and monitoring before going to production

Quick Start

Describe your CI/CD needs and apply the included patterns to implement pipelines, containers, and deployments.

Frequently Asked Questions about devops-cicd

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

FAQPage Schema
How do I configure GitHub Actions workflows for multi-stage Docker deployments?▼

Configure GitHub Actions workflows by applying multi-step jobs with caching for repeatable builds, multi-stage Docker builds, non-root runtimes, and structured deployment checklists to validate staging and production environments.

What's the best way to manage environment variables across staging and production deployments?▼

Manage environment variables across staging and production deployments using secure variable management guidelines and .env templates, ensuring structured validation of migrations and health checks before production releases.

Does this CI/CD pipeline approach support pinning GitHub Actions versions and Docker health checks?▼

Yes, this CI/CD pipeline approach enforces pinning GitHub Actions versions, using multi-stage Docker builds, configuring non-root users, and implementing health checks to standardize container builds and reduce deployment errors.

Why should I use multi-stage Docker builds and non-root runtimes in my deployment pipeline?▼

Use multi-stage Docker builds and non-root runtimes in your deployment pipeline to enforce Docker best practices, standardize container configurations, and reduce security risks across staging and production deployment environments.

What should a deployment checklist validate before going to production with GitHub Actions?▼

A production deployment checklist should validate database migrations, health checks, and monitoring configurations to ensure environment readiness and reduce errors when releasing through GitHub Actions workflows.