بنقرة واحدة
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