cicd-automation

Installation
SKILL.md

CI/CD Automation Skill

When to Activate

Activate this skill when:

  • Creating GitHub Actions workflows
  • Setting up automated testing
  • Configuring deployment pipelines
  • Adding code quality checks to CI
  • Automating release processes

Quick Start Workflow

Create .github/workflows/ci.yml:

name: CI

on:
Related skills
Installs
64
GitHub Stars
5
First Seen
Feb 5, 2026