role-devops

Enforce DevOps conventions and quality gates across pipelines and infrastructure.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill role-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-devops
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/jplan/skills/role-devops
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill role-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infrastructure and CI/CD conventions and quality gates help teams deploy reliably, maintain reproducible environments, and enforce coding standards across projects.

Core Features & Use Cases

  • Docker best practices: multi-stage builds, minimal base images, non-root users, and clear naming conventions.
  • CI/CD guidance: standardized workflows, gating, and environment validation.
  • Infrastructure as Code: consistent IaC tooling and patterns across projects.
  • Shell scripting standards: robust error handling, quoting discipline, and shellcheck validation.
  • Workflow governance: clear review, validation, and rollback processes for deployments.

Quick Start

Apply role-devops guidelines to align Docker, CI/CD, and IaC practices in your project.

Frequently Asked Questions about role-devops

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

FAQPage Schema
How do I enforce Docker best practices across multiple projects?

Enforce Docker best practices by applying guidelines for multi-stage builds, minimal base images, non-root users, and clear naming conventions across projects. This ensures reproducible environments and standardized container builds.

What are CI/CD quality gates and how do they improve deployment workflows?

CI/CD quality gates are standardized validation steps within pipelines that enforce coding standards and deployment governance. They improve workflows by gating releases on environment validation, ensuring reliable and reproducible deployments.

How do I standardize shell scripting conventions for infrastructure automation?

Standardize shell scripting conventions by enforcing robust error handling, quoting discipline, and shellcheck validation. These guidelines ensure scripts behave predictably and maintain high quality across infrastructure automation tasks.

Can I use this to establish infrastructure-as-code patterns for my team?

Yes, you can establish consistent infrastructure-as-code patterns by applying domain guidelines that specify consistent IaC tooling and patterns. This provides standardized provisioning and configuration management across modern software projects.

What is the best way to implement deployment review and rollback processes?

The best way to implement deployment review and rollback processes is through workflow governance guidelines. These define clear validation steps, review protocols, and rollback procedures to maintain deployment integrity and reliability.