devops

Automate infrastructure provisioning, CI/CD pipelines, and observability with Docker and GitHub Actions.

6|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/gajakannan/nebula-crm --skill devops-gajakannan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/gajakannan/nebula-crm/tree/main/agents/devops
Command: npx skills add https://github.com/gajakannan/nebula-crm --skill devops-gajakannan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to automate the full lifecycle of software delivery by provisioning infrastructure, wiring CI/CD pipelines, and configuring observability and security tooling, reducing manual toil and errors.

Core Features & Use Cases

  • Infrastructure as Code with Docker, docker-compose, and IaC concepts to reproduce environments consistently.
  • CI/CD automation using GitHub Actions and other tools, enabling automated builds, tests, and deployments across dev, staging, and production.
  • Observability and security: set up monitoring (Prometheus, Grafana), logging (Loki), and secrets management (Vault/Sealed Secrets) for secure, observable runs.
  • Local development bootstrap: quick-start scripts to bring up a full environment locally for feature development and QA.
  • Use Case: A team wants to create a single-command workflow to build, test, and deploy a new feature with automated rollback and health checks.

Quick Start

  • Start the local environment: docker-compose up --build
  • Access services:
    • API: http://localhost:5000
    • Frontend: http://localhost:3000
    • Keycloak: http://localhost:8080
    • Temporal: http://localhost:7233
    • Neuron: http://localhost:8000
  • For production deployment, see planning-mds/INCEPTION.md for architecture and security guidelines.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate infrastructure provisioning and CI/CD deployment pipelines?

Automate infrastructure provisioning and CI/CD deployment pipelines by using infrastructure-as-code with Docker and GitHub Actions, enabling reproducible environments and automated builds across dev, staging, and production.

What's the best way to set up observability and monitoring using Prometheus and Grafana?

Set up observability and monitoring using Prometheus and Grafana by configuring automated tooling that integrates logging with Loki and metrics scraping, providing secure and observable application runs.

How do I manage secrets management in GitHub Actions CI/CD workflows?

Manage secrets management in GitHub Actions CI/CD workflows by integrating Vault or Sealed Secrets, ensuring sensitive data remains secure across automated builds, tests, and deployments.

Can I reproduce local development environments consistently using docker-compose?

You can reproduce local development environments consistently using docker-compose to bootstrap a full environment locally, providing single-command access to APIs, frontends, and databases for feature development.

Does this DevOps automation approach support automated rollback and health checks for production deployments?

This DevOps automation approach supports automated rollback and health checks for production deployments through wired GitHub Actions pipelines, ensuring reliable releases and immediate failure detection.