一键导入
github-actions-ci-debug
Debug broken GitHub Actions workflows with GitHub MCP first, gh fallback second
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Debug broken GitHub Actions workflows with GitHub MCP first, gh fallback second
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft and create pull requests using the repository's conventions and template
Write documentation consumed by LLM agents — AGENTS.md, skill files, .ai/ plans, and agent instructions
Write documentation for human readers — READMEs, design docs, protocol specs, ADRs, runbooks, and API guides
Iterate on Grafana dashboard JSON files. Use when the user wants to create, modify, or fix Grafana dashboards — including panel layout, queries, colors, variables, and styling.
Inspect local OpenCode session data safely with the `opencode db` command
Keep DESIGN.md and plan docs synchronized with implementation decisions across repositories
| name | github-actions-ci-debug |
| description | Debug broken GitHub Actions workflows with GitHub MCP first, gh fallback second |
Triage failed GitHub Actions runs, identify likely root cause, and provide the smallest safe fix.
gh commands.github_actions_list with method: list_workflow_runs.github_actions_get with method: get_workflow_run.github_actions_list with method: list_workflow_jobs and the run ID.github_get_job_logs with run_id + failed_only: true + return_content: true.github_get_job_logs with a specific job_id.gh run list --limit 20gh run view <run-id>gh run view <run-id> --log-failedgh run view <run-id> --job <job-id> --loggithub_get_job_logs(owner, repo, run_id=<id>, failed_only=true, return_content=true)github_get_job_logs(owner, repo, job_id=<id>, return_content=true)gh run view <run-id> --log-failedgh run view <run-id> --job <job-id> --logFailure summaryLikely root causeEvidenceRecommended fixVerification