github-actions-docs

Return official GitHub Actions documentation links and docs-grounded YAML guidance.

1|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Shamrock2245/shamrock-trading-bot --skill github-actions-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-docs
Source: https://github.com/Shamrock2245/shamrock-trading-bot/tree/main/.agent/skills/github-actions-docs
Command: npx skills add https://github.com/Shamrock2245/shamrock-trading-bot --skill github-actions-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents answers based on stale memory by grounding GitHub Actions guidance in official, authoritative documentation, reducing incorrect CI/CD advice and dangerous security suggestions.

Core Features & Use Cases

  • Docs-first sourcing: prioritize docs.github.com pages and return the most relevant authoritative link for a given question.
  • Contextual YAML guidance: provide concise, documentation-backed workflow examples and syntax guidance only when the docs support them.
  • Routing and discovery: use an internal topic map to locate docs for workflow syntax, triggers, runners, reusable workflows, artifacts, secrets, OIDC, deployments, and migrations.
  • Use case: migrating CI from Jenkins, troubleshooting reusable workflow inputs, or securing deployments with OIDC while needing exact docs links and examples.

Quick Start

Ask for the exact GitHub Actions documentation page and a concise docs-grounded YAML example for the workflow area you need help with.

Frequently Asked Questions about github-actions-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Where can I find official GitHub Actions workflow syntax and YAML examples?

Find exact GitHub Actions documentation pages and concise YAML examples for workflow syntax by querying specific triggers, runners, or job configurations, ensuring guidance is grounded in official docs.

How do I migrate CI pipelines from Jenkins to GitHub Actions?

Migrate CI pipelines from Jenkins to GitHub Actions by mapping Jenkins stages to GitHub Actions jobs and steps, using authoritative documentation references and precise YAML guidance for the migration process.

Does this provide official documentation for troubleshooting reusable workflows?

Yes, it provides official documentation for troubleshooting reusable workflows by surfacing relevant sections from docs.github.com and including concise example YAML supported by the documentation.

How do I set up caching and artifacts in GitHub Actions YAML?

Set up caching and artifacts in GitHub Actions YAML by following documentation-backed syntax guidance, returning the most relevant authoritative links and concise examples only when supported by official docs.

What are the limitations of using GitHub Actions runners for self-hosted CI?

Limitations of GitHub Actions runners for self-hosted CI are addressed by routing to exact official documentation pages, preventing incorrect advice by grounding guidance in authoritative docs.github.com references.