skills/smithery.ai/github-actions

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 }}
Installs
9
First Seen
Mar 16, 2026