acc-create-github-actions

Installation
SKILL.md

GitHub Actions Workflow Generator

Generates optimized GitHub Actions workflows for PHP projects.

Generated Files

.github/
└── workflows/
    ├── ci.yml           # Main CI pipeline
    ├── security.yml     # Security scanning
    └── deploy.yml       # Deployment workflow

Main CI Workflow Template

# .github/workflows/ci.yml
name: CI Pipeline
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026