devops-automation

Installation
SKILL.md

DevOps Automation

GitHub Actions Workflow Structure

name: CI/CD
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Installs
206
GitHub Stars
2.2K
First Seen
Feb 11, 2026
devops-automation — rohitg00/awesome-claude-code-toolkit