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

on:
  push:
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 16, 2026