github-actions

Installation
SKILL.md

GitHub Actions Skill

GitHub Actions CI/CD reference for workflow templates, caching, and automation patterns.

Quick Reference

gh run list --workflow=<name>  # Recent workflow runs
gh run view <run-id>           # Detailed run output
gh run download <run-id>       # Download logs
gh workflow list               # List workflows
gh workflow run <workflow>     # Trigger workflow
gh run watch <run-id>          # Watch run in real-time

Key Paths:

  • .github/workflows/ - Workflow definitions
  • actions/ - Custom local actions
Related skills
Installs
11
GitHub Stars
4
First Seen
Jan 30, 2026