ワンクリックで
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 職業分類に基づく
Write documentation consumed by LLM agents — AGENTS.md, skill files, .ai/ plans, and agent instructions
Keep DESIGN.md and plan docs synchronized with implementation decisions across repositories
Recall prior work from local session stores (opencode SQLite + Claude Code JSONL)
Draft and create pull requests using the repository's conventions and template
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.
| 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