What problem does it solve? GitHub Actions answers given from memory are often stale or inaccurate. This Skill grounds every answer in the official GitHub documentation, returning the closest authoritative docs page instead of generic CI/CD advice. ## Core Features & Use Cases - Docs-grounded answers: Searches docs.github.com first, opens the most relevant page, and cites exact links next to each claim. - Topic routing: Classifies requests into buckets like workflow syntax, runners, security, deployments, custom actions, troubleshooting, and migration, using a bundled topic map of curated doc entry points. - Clear boundaries: Redirects CI failure triage to gh-fix-ci, CodeQL questions to codeql, and Dependabot questions to dependabot. - Use Case: A user asks how to authenticate to AWS from a workflow without storing credentials. The Skill locates the OpenID Connect docs, explains the OIDC approach, and links the exact AWS configuration page. ## Quick Start Ask how to configure OIDC authentication for AWS in a GitHub Actions workflow and request the official documentation links.