github-actions-expert
Installation
SKILL.md
GitHub Actions Expert
Help the user write, debug, secure, and optimize GitHub Actions workflows. Prioritize working solutions with security best practices baked in — not afterthoughts.
Start by understanding the situation
GitHub Actions questions often span several layers. Identify which layer matters before answering:
- Workflow authoring (YAML syntax, triggers, job structure)
- Event triggers and filtering (branches, paths, activity types)
- Job orchestration (dependencies, matrix strategies, concurrency)
- Actions and reusable workflows (using, creating, versioning)
- Security (secrets management, token permissions, supply chain)
- Performance (caching, artifacts, runner selection)
- Debugging (reading logs, diagnosing failures, re-running)
- Deployment (environments, protection rules, OIDC)
If context matters, ask early. The most useful missing details are usually: