github-actions-docs

Locate official GitHub Actions documentation pages for workflow and runner questions.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/forgefabrik/agent-bigbrother --skill github-actions-docs-forgefabrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-docs
Source: https://github.com/forgefabrik/agent-bigbrother/tree/main/.agents/skills/github-actions-docs
Command: npx skills add https://github.com/forgefabrik/agent-bigbrother --skill github-actions-docs-forgefabrik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps answer GitHub Actions questions with authoritative, current documentation instead of relying on outdated memory or generic CI advice.

Core Features & Use Cases

  • Docs-grounded workflow guidance: Find the best official page for workflow syntax, triggers, jobs, expressions, matrices, variables, and reusable workflows.
  • Runners and execution support: Get help with GitHub-hosted runners, self-hosted runners, larger runners, containers, and Actions Runner Controller.
  • Security and deployment help: Locate the right references for secrets, OIDC, artifact attestations, environments, and deployment protection rules.
  • Migration and troubleshooting: Use when moving from another CI system or when you need documentation-backed explanations for workflow behavior.
  • Use case: A developer asks how to set up a reusable workflow with OIDC-based deployment permissions and wants the exact GitHub docs page to follow.

Quick Start

Ask for the most relevant official GitHub Actions documentation page for your workflow question and include the exact scenario you want to solve.

Frequently Asked Questions about github-actions-docs

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

FAQPage Schema
How do I set up a reusable workflow with OIDC-based deployment permissions in GitHub Actions?

To set up a reusable workflow with OIDC permissions in GitHub Actions, configure the workflow_call trigger and define OIDC token settings within your deployment job. This Skill locates the official documentation pages detailing the necessary YAML syntax, security configurations, and permission scopes.

What is the correct GitHub Actions workflow syntax for defining job matrices and using expressions?

GitHub Actions job matrices and expressions use specific YAML keys like strategy.matrix and ${{ }} syntax to dynamically generate job combinations. This Skill finds the official documentation pages that explain how to author these constructs, including examples for variables, contexts, and complex matrix configurations.

Can I use self-hosted runners and Actions Runner Controller for my GitHub Actions workflows?

Yes, you can use self-hosted runners and Actions Runner Controller to execute GitHub Actions workflows in your own infrastructure. This Skill directs you to the official documentation covering runner configuration, container support, and large runner management for custom execution environments.

How do I troubleshoot a failing GitHub Actions workflow or migrate from another CI/CD system?

Troubleshooting a failing GitHub Actions workflow or migrating from another CI/CD system requires checking job logs, step outputs, and trigger configurations. This Skill provides documentation-backed explanations for workflow behavior and links to the official migration guides for transitioning your pipelines.

Does GitHub Actions support environments, deployment protection rules, and artifact attestations?

Yes, GitHub Actions supports environments, deployment protection rules, and artifact attestations to secure your software supply chain. This Skill identifies the official references detailing how to configure environment secrets, required reviewers, and artifact signing for protected deployments.