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
8
GitHub Stars
2
First Seen
Feb 16, 2026
github-actions-pipeline-creator — monkey1sai/openai-cli