github-actions-docs

Return authoritative GitHub Actions documentation links and source-backed guidance.

2|2|Updated Jul 1, 2025
One-click install
npx skills add https://github.com/Rafaelp122/wedding_management --skill github-actions-docs-rafaelp122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-docs
Source: https://github.com/Rafaelp122/wedding_management/tree/main/.agents/skills/github-actions-docs
Command: npx skills add https://github.com/Rafaelp122/wedding_management --skill github-actions-docs-rafaelp122

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers and maintainers often answer GitHub Actions questions from stale memory, producing outdated or imprecise guidance; this Skill ensures responses are rooted in the authoritative GitHub documentation so users receive exact, current links and accurate interpretation of workflow syntax and security guidance.

Core Features & Use Cases

  • Authoritative Sourcing: Prioritizes docs.github.com and prefers pages under /en/actions to locate the most relevant reference or tutorial.
  • Targeted Topics: Tailored for workflow YAML, triggers, matrices, runners (GitHub-hosted and self-hosted), reusable workflows, artifacts and caching, secrets and OIDC, deployment environments, and migrations from other CI systems.
  • Practical Output: Returns precise documentation URLs, concise summaries tied to the source, and example YAML or steps only when the official docs provide them.

Quick Start

Ask the github-actions-docs skill to find the exact GitHub Actions documentation page(s) for configuring OpenID Connect with reusable workflows and return a short summary plus the authoritative links.

Frequently Asked Questions about github-actions-docs

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

FAQPage Schema
How do I configure OpenID Connect for GitHub Actions reusable workflows?

To configure OpenID Connect for GitHub Actions reusable workflows, you need to set up OIDC trust relationships and define permissions in your workflow YAML. Authoritative documentation links and source-backed examples are provided to ensure exact security configuration.

What is the correct syntax for GitHub Actions workflow triggers and matrices?

GitHub Actions workflow triggers and matrices require specific YAML syntax under the `on` and `strategy` keys. You can find precise documentation URLs and minimal examples for configuring event triggers and build matrices directly from docs.github.com.

Can I use self-hosted runners with GitHub Actions deployment environments?

Self-hosted runners can be used with GitHub Actions deployment environments by configuring runner groups and environment protection rules. The Skill provides exact documentation links detailing how to combine self-hosted infrastructure with deployment environments.

What's the best way to migrate CI/CD pipelines to GitHub Actions workflows?

Migrating CI/CD pipelines to GitHub Actions workflows involves translating existing pipeline logic into GitHub Actions YAML syntax. Authoritative documentation links are provided to guide the migration process and ensure accurate syntax interpretation.

Why does my GitHub Actions workflow fail to cache artifacts properly?

GitHub Actions workflow artifact caching failures often stem from incorrect path configurations or cache key conflicts. Documentation links and concise summaries are provided to troubleshoot caching and artifact storage issues accurately.