github-actions

Installation
SKILL.md

GitHub Actions CI/CD

Complete guide for building CI/CD pipelines with GitHub Actions.

Quick Reference

File Location Purpose
.github/workflows/*.yml Workflow definitions
workflow_dispatch Manual trigger
push / pull_request Automatic triggers
schedule Cron-based triggers

1. Basic Workflow Structure

name: CI Pipeline
Installs
4
GitHub Stars
3
First Seen
Mar 15, 2026
github-actions — housegarofalo/claude-code-base