github-actions
Installation
SKILL.md
GitHub Actions Skill
Teach agents how to trigger, monitor, and manage GitHub Actions workflows for the LeanSpec project.
Core Principles
- Use GitHub CLI (
gh) - All workflow interactions use theghCLI tool - Check Status Before Acting - Always verify current run status before triggering new ones
- Monitor Until Completion - Background workflows need periodic status checks
- Artifacts Are Ephemeral - Download important artifacts before they expire (default: 30 days)
- Respect Rate Limits - Don't poll too frequently (minimum 30s between checks)