Claude-skill-registry github-actions-reference

Load GitHub Actions automation workflows documentation including CI/CD pipelines, security scanning, and maintenance automation

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/github-actions-reference" ~/.claude/skills/majiayu000-claude-skill-registry-github-actions-reference && rm -rf "$T"
manifest: skills/data/github-actions-reference/SKILL.md
source content

GitHub Actions Reference

This skill loads comprehensive documentation for the repository's GitHub Actions automation workflows.

When to Use

Use this skill when you need information about:

  • GitHub Actions workflows and automation
  • CI/CD pipeline configuration
  • Security scanning setup
  • Maintenance and monitoring workflows
  • Workflow troubleshooting and cost analysis

Workflow

  1. Read the GitHub Actions reference documentation
  2. Present the relevant sections based on the user's needs

Instructions

When this skill is invoked:

  1. Use the Read tool to load
    docs/claude-reference/github-actions.md
  2. Present the documentation to the user
  3. Answer any specific questions about workflows, setup, or troubleshooting