devops

Generate GitHub Actions workflows, Dockerfiles, and Kubernetes deployment configurations.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill devops-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/devops
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill devops-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps prevent broken releases and fragile deployments by providing practical DevOps patterns for CI/CD pipelines, containerization, Kubernetes, secrets, and observability.

Core Features & Use Cases

  • CI/CD pipelines (GitHub Actions): Generate build/test/deploy workflows with reproducibility and job separation.
  • Docker containerization: Produce lean, secure multi-stage Dockerfiles with non-root runtime guidance.
  • Kubernetes deployment readiness: Add resource limits and health probes while supporting safe rolling deployments.
  • Secrets management: Enforce safe secret handling using platform-provided secret stores and rotation/audit practices.
  • Monitoring and alerting: Set up structured logging and health/latency/error-rate checks to reduce production risk.

Quick Start

Draft a GitHub Actions workflow plus a multi-stage Dockerfile for a Node.js service, including secrets handling and a Kubernetes deployment checklist for health checks and resource limits.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I set up a GitHub Actions CI/CD pipeline for automated deployments?

Set up a GitHub Actions CI/CD pipeline by generating build, test, and deploy workflows with reproducibility and job separation to ensure deterministic builds with tests-before-deploy.

What is the best way to build secure Docker images for Kubernetes rollouts?

Build secure Docker images by producing lean, multi-stage Dockerfiles with non-root runtime guidance, ensuring safe container configuration before executing Kubernetes rollouts.

How do I add health probes and resource limits to a Kubernetes deployment?

Add health probes and resource limits to a Kubernetes deployment to achieve deployment readiness, supporting safe rolling deployments and preventing fragile production releases.

How should I manage secrets in GitHub Actions and Kubernetes deployments?

Manage secrets in GitHub Actions and Kubernetes by enforcing safe handling using platform-provided secret stores, alongside rotation and audit practices to prevent unauthorized access.

Why do I need observability setup for production-ready deployments?

You need observability setup for production-ready deployments to configure structured logging and health, error, and latency checks, reducing production risk and preventing broken releases.

Can I use infrastructure-as-code for deterministic software delivery?

Yes, you can use infrastructure-as-code for deterministic software delivery by applying practical DevOps patterns that establish production-ready deployment practices and reliable CI/CD automation.