github-actions
Installation
SKILL.md
GitHub Actions Workflow Generator
Generate production-ready GitHub Actions workflow YAML files. Supports CI, CD, releases, Docker, reusable workflows, composite actions, and dependabot configs across multiple languages and frameworks.
Principles
- Secure by default: Pin actions to SHA, minimal permissions, no hardcoded secrets
- Cache everything: Dependencies, build artifacts, Docker layers — always cache
- Fail fast, fail clear: Matrix
fail-fast: truefor CI,falsefor releases - Concurrency control: Always add concurrency groups for push/PR workflows
- DRY workflows: Extract shared logic into reusable workflows or composite actions
MODE DETECTION (FIRST STEP)
Analyze the user's request to determine workflow type: