github-actions-docs

Use quando os usuários perguntarem como escrever, explicar, personalizar, migrar, proteger ou solucionar problemas de workflows do GitHub Actions, sintaxe de workflows, gatilhos, matrizes, runners, workflows reutilizáveis, artefatos, cache, segredos, OIDC, implantações, ações personalizadas ou Actions Runner Controller, especialmente quando precisarem de documentação oficial do GitHub, links exatos ou orientação sobre YAML baseada na documentação.

npx skills add https://github.com/xixu-me/skills --skill github-actions-docs

GitHub Actions questions are easy to answer from stale memory. Use this skill to ground answers in official GitHub documentation and return the closest authoritative page instead of generic CI/CD advice.

When to Use

Use this skill when the request is about:

  • GitHub Actions concepts, terminology, or product boundaries
  • Workflow YAML, triggers, jobs, matrices, concurrency, variables, contexts, or expressions
  • GitHub-hosted runners, larger runners, self-hosted runners, or Actions Runner Controller
  • Artifacts, caches, reusable workflows, workflow templates, or custom actions
  • Secrets, GITHUB_TOKEN, OpenID Connect, artifact attestations, or secure workflow patterns
  • Environments, deployment protection rules, deployment history, or deployment examples
  • Migrating from Jenkins, CircleCI, GitLab CI/CD, Travis CI, Azure Pipelines, or other CI systems
  • Troubleshooting workflow behavior when the user needs documentation, syntax guidance, or official references

Do not use this skill for:

  • A specific failing PR check, missing workflow log, or CI failure triage. Use gh-fix-ci.
  • General GitHub pull request, branch, or repository operations. Use github.
  • CodeQL-specific configuration or code scanning guidance. Use codeql.
  • Dependabot configuration, grouping, or dependency update strategy. Use dependabot.

Workflow

1. Classify the request

Decide which bucket the question belongs to before searching:

  • Getting started or tutorials
  • Workflow authoring and syntax
  • Runners and execution environment
  • Security and supply chain
  • Deployments and environments
  • Custom actions and publishing
  • Monitoring, logs, and troubleshooting
  • Migration

If you need a quick starting point, load references/topic-map.md and jump to the closest section.

2. Search official GitHub docs first

  • Treat docs.github.com as the source of truth.
  • Prefer pages under https://docs.github.com/en/actions.
  • Search with the user's exact terms plus a focused Actions phrase such as workflow syntax, OIDC, reusable workflows, or self-hosted runners.
  • When multiple pages are plausible, compare 2-3 candidate pages and pick the one that most directly answers the user's question.

3. Open the best page before answering

  • Read the most relevant page, and the exact section when practical.
  • Use the topic map only to narrow the search space or surface likely starting pages.
  • If a page appears renamed, moved, or incomplete, say that explicitly and return the nearest authoritative pages instead of guessing.

4. Answer with docs-grounded guidance

  • Start with a direct answer in plain language.
  • Include exact GitHub docs links, not just the docs homepage.
  • Only provide YAML or step-by-step examples when the user asks for them or when the docs page makes an example necessary.
  • Make any inference explicit. Good phrasing:
    • According to GitHub docs, ...
    • Inference: this likely means ...

Answer Shape

Use a compact structure unless the user asks for depth:

  1. Direct answer
  2. Relevant docs
  3. Example YAML or steps, only if needed
  4. Explicit inference callout, only if you had to connect multiple docs pages

Keep citations close to the claim they support.

Search and Routing Tips

  • For concept questions, prefer overview or concept pages before deep reference pages.
  • For syntax questions, prefer workflow syntax, events, contexts, variables, or expressions reference pages.
  • For security questions, prefer Secure use, Secrets, GITHUB_TOKEN, OpenID Connect, and artifact attestation docs.
  • For deployment questions, prefer environments and deployment protection docs before cloud-specific examples.
  • For migration questions, prefer the migration hub page first, then a platform-specific migration guide.
  • If the user asks for a beginner walkthrough, start with a tutorial or quickstart instead of a raw reference page.

Common Mistakes

  • Answering from memory without verifying the current docs
  • Linking the GitHub Actions docs landing page when a narrower page exists
  • Mixing up reusable workflows and composite actions
  • Suggesting long-lived cloud credentials when OIDC is the better documented path
  • Treating repo-specific CI debugging as a documentation question when it should be handed to gh-fix-ci
  • Letting adjacent domains absorb the request when codeql or dependabot is the sharper fit

Bundled Reference

Read references/topic-map.md only as a compact index of likely doc entry points. It is intentionally incomplete and should never replace the live GitHub docs as the final authority.

Mais skills de xixu-me

use-my-browser
xixu-me
Use quando o trabalho depende da sessão ativa do navegador do usuário ou do estado renderizado visível, em vez de buscas estáticas, especialmente para contextos de depuração de navegador ou elementos ou requisições selecionadas no DevTools, painéis logados ou fluxos de CMS, aplicativos localhost, formulários, uploads, downloads, inspeção de mídia, inspeção de DOM ou iframe, Shadow DOM, ou falhas do navegador que parecem soft 404s, muros de autenticação, verificações anti-bot ou limites de taxa.
browser-automationweb-scrapingtesting
readme-i18n
xixu-me
Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
documentdevelopmentapi
openclaw-secure-linux-cloud
xixu-me
Use ao auto-hospedar o OpenClaw em um servidor em nuvem, fortalecer um gateway remoto do OpenClaw, escolher entre tunelamento SSH, Tailscale ou exposição por proxy reverso, ou revisar as configurações padrão de Podman, pareamento, sandboxing, autenticação por token e permissões de ferramentas para uma implantação pessoal segura.
devopssecurity
develop-userscripts
xixu-me
Use ao construir, depurar, empacotar ou publicar userscripts de navegador para Tampermonkey ou ScriptCat, incluindo APIs GM, blocos de metadados, problemas de permissão, configuração de @match/@grant/@connect, scripts de fundo ou agendados do ScriptCat, blocos UserConfig ou fluxos de trabalho de assinatura.
developmentbrowser-automationweb-scraping
secure-linux-web-hosting
xixu-me
Use ao configurar, endurecer ou revisar um servidor em nuvem para auto-hospedagem, incluindo DNS, SSH, firewalls, Nginx, hospedagem de sites estáticos, proxy reverso de um aplicativo, HTTPS com Let's Encrypt ou clientes ACME, redirecionamentos seguros de HTTP para HTTPS, ou ajuste opcional de rede pós-lançamento, como BBR.
devopssecurityaws
opensource-guide-coach
xixu-me
Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.
developmentresearch
running-claude-code-via-litellm-copilot
xixu-me
Use ao rotear o Claude Code por um proxy local LiteLLM para o GitHub Copilot, reduzindo gastos diretos com Anthropic, configurando substituições de ANTHROPIC_BASE_URL ou ANTHROPIC_MODEL, ou solucionando falhas na configuração do proxy Copilot, como modelo não encontrado, tráfego localhost ausente ou erros de autenticação GitHub 401/403.
developmentapidevops
skills-cli
xixu-me
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
developmentapiproductivity