@tank/github-actions-cheatsheet
Installation
SKILL.md
GitHub Actions Cheat Sheet
Core Philosophy
- Optimize for syntax recall — Cheat sheets are for quickly reconstructing working YAML under pressure.
- Group by workflow concern — Triggers, jobs, expressions, matrices, and reusable workflows should be easy to find separately.
- Show the sharp edges — Contexts, expressions, and
if:logic are where most syntax mistakes happen. - Prefer minimal working snippets — Dense, copyable examples beat broad prose.
- Remember CI is a control system — Syntax matters because release safety depends on it.