
from skills30
Returns docs-grounded guidance and exact GitHub docs links for writing, explaining, migrating, securing, or troubleshooting GitHub Actions workflows.
This skill grounds answers about GitHub Actions in authoritative GitHub documentation. Instead of relying on stale memory, the agent searches docs.github.com and returns the most relevant official pages, plus concise guidance or YAML examples when requested.
Use this skill when the user asks about: workflow YAML and syntax, triggers, matrices, runners (hosted or self-hosted), reusable workflows, artifacts and caching, secrets and OIDC, deployments and environments, or migrating CI from other systems. Avoid using it for repo-specific CI failure triage (use gh-fix-ci) or CodeQL-specific questions.
Works with general-purpose assistant agents that can search the web and include links in responses. Best used when the agent can fetch live docs pages (web-search/web-fetch) to verify current docs.
Docs-lookup skill that routes GitHub Actions questions to official docs.github.com pages. No bundled scripts — purely instructional SKILL.md with a clear workflow (classify → search → read → answer with citations). Well-structured with specific triggers, anti-triggers, answer shape template, and common mistakes. Clean security posture with zero executable surface.
Solid reference skill. Anti-trigger section (when NOT to use) is a nice touch that prevents scope creep. Topic-map reference could be more explicit about whether it's included or must be created.