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