cicd-pipeline-skill

Installation
SKILL.md

CI/CD Pipeline Skill

Core Patterns

GitHub Actions

name: Test Automation
on:
  push:
    branches: [main, develop]
  pull_request:
    branches: [main]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
Related skills
Installs
71
GitHub Stars
276
First Seen
Feb 26, 2026