github-actions
Originally frombobmatnyc/claude-mpm-skills
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Create or debug GitHub Actions workflows (
.github/workflows/*.yml) - Configure triggers, jobs, steps, secrets, matrix strategies, or reusable workflows
- Integrate checkout, build, test, deploy, and notification steps
- Optimize workflow performance with caching and concurrency controls
How to use this skill
Workflow
- Create workflow file — add YAML to
.github/workflows/ - Define triggers — specify
onevents (push, pull_request, schedule, etc.) - Configure jobs and steps — use official and third-party actions
- Test and iterate — push to trigger, check logs, fix failures