create-github-actions

Installation
SKILL.md

GitHub Actions Workflow Generator

Generates optimized GitHub Actions workflows for PHP projects.

When to Use

  • Setting up CI/CD for a new PHP project
  • Adding static analysis, testing, or deployment pipelines
  • Migrating from other CI systems to GitHub Actions
  • Optimizing existing workflow performance

Generated Files

.github/
└── workflows/
    ├── ci.yml           # Main CI pipeline
    ├── security.yml     # Security scanning
    └── deploy.yml       # Deployment workflow
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026