GITHUB ACTIONS logo

github actions

Automate CI pipelines, cache dependencies, and release on merge.

$ npx docs2skills add github-actions
SKILL.md

CI/CD with GitHub Actions — workflow syntax, job matrices, caching, secrets, reusable workflows, and release automation.

When to Use This Skill

Use when setting up CI/CD pipelines with GitHub Actions.

  • Workflow triggers (push, PR, schedule, dispatch)
  • Job matrices for multi-platform testing
  • Dependency caching strategies
  • Secret management and environment variables
  • Reusable workflows and composite actions
  • Release automation on tag/merge