tools-github-actions
Installation
SKILL.md
GitHub Actions
Overview
GitHub Actions automates CI/CD workflows directly in GitHub. Use this skill for creating workflows, configuring jobs, and implementing common automation patterns.
When to Use
- Setting up CI/CD pipelines
- Automating tests, builds, deployments
- Creating reusable workflows
- Matrix testing across versions
- Scheduled tasks and automation
Workflow Structure
name: CI