원클릭으로
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