devops

Automate CI/CD, containerization, and monitoring with GitHub Actions and SonarQube.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leovido/leo-skills --skill devops-leovido
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/leovido/leo-skills/tree/main/skills/devops
Command: npx skills add https://github.com/leovido/leo-skills --skill devops-leovido

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides standardized DevOps guidance to help teams implement repeatable CI/CD pipelines, containerization best practices, and observable infrastructure.

Core Features & Use Cases

  • CI/CD pipelines: Standardized workflow templates with strict PR checks, automated tests, and security scans.
  • Containerization: Dockerfile best practices, multi-stage builds, and image tagging strategies.
  • Observability: Guidance for setting up Prometheus and Grafana dashboards and monitoring.
  • Automation & governance: Enforces PR checks, linting, unit tests, and code quality gates across projects.

Quick Start

Initialize a GitHub Actions workflow that runs security scans, unit tests, and linting on pull requests.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate GitHub Actions workflows with SonarQube analysis and unit tests?

To automate GitHub Actions workflows with SonarQube analysis and unit tests, you can implement standardized CI/CD pipeline templates. This Skill enforces strict PR checks, automated security scans, linting, and quality gates to ensure repeatable deployments across web and mobile projects.

What are the best practices for Docker multi-stage builds and image tagging in CI/CD?

Best practices for Docker multi-stage builds and image tagging involve standardizing containerization workflows to create repeatable pipelines. This Skill provides guidance on optimizing Dockerfile configurations and applying structured image tagging strategies for reliable deployments.

Can I enforce strict PR checks and linting rules for web and mobile projects?

Yes, you can enforce strict PR checks and linting rules for web and mobile projects. This Skill automates DevOps governance by applying specified GitHub Actions versions, running mandatory unit tests, and enforcing code quality gates on every pull request.

How do I set up Prometheus and Grafana dashboards for infrastructure monitoring?

To set up Prometheus and Grafana dashboards for infrastructure monitoring, you need standardized observability guidance. This Skill provides actionable instructions for configuring monitoring tools to achieve observable infrastructure and track deployment health metrics.

Does this DevOps automation approach work without external dependencies?

Yes, this DevOps automation approach works without external dependencies. It operates independently to provide standardized CI/CD pipeline templates, Docker containerization best practices, and infrastructure monitoring guidance directly within your existing GitHub Actions environment.