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.mdsource 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
- Read the GitHub Actions reference documentation
- Present the relevant sections based on the user's needs
Instructions
When this skill is invoked:
- Use the Read tool to load
docs/claude-reference/github-actions.md - Present the documentation to the user
- Answer any specific questions about workflows, setup, or troubleshooting