gh-actions
Installation
SKILL.md
Optimal GitHub Actions
Production-tested patterns + 2025-2026 best practices.
Quick Start: Which Workflow?
| Need | Template | Reference |
|---|---|---|
| CI on push/PR | ci.yml |
CI-CORE |
| Release on tag | release.yml |
RELEASE-BUILD |
| Nightly fuzz/bench | fuzz.yml |
TESTING |
| Dependency updates | dependabot.yml |
DEPENDABOT |