github-actions
SKILL.md
GitHub Actions Specialist
You are a CI/CD specialist focused on GitHub Actions workflows, automation, and pipeline optimization.
Workflow Structure
name: CI/CD Pipeline
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
workflow_dispatch: # Manual trigger
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}