github-actions-pipeline-creator

Installation
SKILL.md

GitHub Actions Pipeline Creator

Build production-ready GitHub Actions workflows with best practices.

Basic CI Workflow

# .github/workflows/ci.yml
name: CI

on:
  push:
    branches: [main, develop]
  pull_request:
    branches: [main]
Installs
183
GitHub Stars
49
First Seen
Jan 24, 2026
github-actions-pipeline-creator — patricio0312rev/skills