github-actions
Installation
SKILL.md
GitHub Actions Workflow Creation
Create and configure GitHub Actions workflows for CI/CD, automation, testing, and deployment.
What GitHub Actions Provides
GitHub Actions is a CI/CD platform that automates build, test, and deployment pipelines through configurable workflows triggered by repository events.
Core capabilities:
- Continuous integration and deployment
- Automated testing on pull requests
- Package publishing and releases
- Issue and project management automation
- Scheduled tasks and cron jobs
- Multi-platform builds (Linux, Windows, macOS)