github-actions
Installation
SKILL.md
GitHub Actions
GitHub Actions is a CI/CD platform integrated directly into GitHub repositories. Developers use it to automate software workflows, like building, testing, and deploying code, directly from their GitHub account. It's used by individual developers and large organizations alike.
Official docs: https://docs.github.com/en/actions
GitHub Actions Overview
- Workflow Runs
- Jobs
- Steps
- Jobs
- Artifacts
Use action names and parameters as needed.
Working with GitHub Actions
This skill uses the Membrane CLI to interact with GitHub Actions. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills