github-actions-workflows
Installation
SKILL.md
GitHub Actions & Workflows
Purpose: Concise guide for building, testing, and deploying with GitHub Actions. Detailed YAML examples live in
references/- this file covers decisions, patterns, and guardrails.
When to Use This Skill
- Creating GitHub Actions CI/CD workflows
- Building reusable workflow templates
- Configuring matrix builds and parallel jobs
- Implementing security best practices for GitHub Actions
- Troubleshooting failed workflow runs
Prerequisites
- GitHub repository with admin access
- YAML syntax knowledge