devops

Automate DevOps workflows unifying Git, CI/CD, and security practices.

14|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill devops-wzyxdwll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/wzyxdwll/ccgx-workflow/tree/main/templates/skills/domains/devops
Command: npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill devops-wzyxdwll

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DevOps teams often struggle with fragmentation across Git workflows, CI/CD pipelines, security practices, and observability, causing slower delivery and higher risk.

Core Features & Use Cases

  • Standardized Git workflows, repeatable CI/CD automation, and integrated security checks to accelerate safe releases.
  • Use cases include implementing consistent pipelines, enforcing policies, and gaining visibility through metrics and traces across environments.

Quick Start

Configure a baseline CI/CD pipeline with GitHub Actions to automate builds, tests, and deployments.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I unify Git workflows and CI/CD pipelines with security checks?

To unify Git workflows and CI/CD pipelines with security, you can automate DevOps workflows that integrate SAST/DAST checks and policy enforcement directly into your software delivery process. This ensures standardized releases.

What is the best way to enforce security policies in a CI/CD pipeline?

The best way to enforce security policies in a CI/CD pipeline is by integrating SAST and DAST checks alongside automated policy enforcement during the build and deployment stages. This prevents vulnerable code from reaching production.

Does this DevOps automation approach support observability instrumentation across cloud environments?

Yes, this DevOps automation approach supports observability instrumentation by applying metrics and traces across complex applications deployed in various cloud environments. This provides visibility into your software delivery performance.

How to set up a baseline CI/CD pipeline with GitHub Actions for automated testing?

To set up a baseline CI/CD pipeline with GitHub Actions, you configure automated workflows that handle your builds, tests, and deployments. This creates a repeatable CI/CD automation process for your software delivery team.

Can I use this approach to standardize Git workflow patterns for my delivery team?

Yes, you can use this approach to standardize Git workflow patterns for your software delivery team. It supports consistent Git workflow patterns and policy enforcement to accelerate safe releases across your projects.

Why integrate SAST and DAST directly into software delivery pipelines?

Integrating SAST and DAST directly into software delivery pipelines eliminates the fragmentation between development and security practices. This unified flow accelerates safe releases by catching vulnerabilities early through automated security checks.