一键导入
github-actions-failure-debugging
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Bootstrap, develop, and design modern WinUI 3 desktop applications with C# and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components. Use when creating a brand new app, preparing a machine for WinUI, reviewing, refactoring, planning, troubleshooting, environment-checking, or setting up WinUI 3 XAML, controls, navigation, windowing, theming, accessibility, responsiveness, performance, deployment, or related Windows app design and development work.
Helps setup, configure and manage Telerik NuGet feeds in your repo's nuget.config file.
基于 SOC 职业分类
| name | github-actions-failure-debugging |
| description | Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows. |
| version | 1.0.0 |
| author | Lance McCarthy |
| homepage | https://github.com/DevOpsExamples/.github |
| source | https://github.com/DevOpsExamples/.github/tree/main/skills/github-actions-failure-debugging |
To debug failing GitHub Actions workflows in a pull request, follow this process, using tools provided from the GitHub MCP Server:
list_workflow_runs tool to look up recent workflow runs for the pull request and their statussummarize_job_log_failures tool to get an AI summary of the logs for failed jobs, to understand what went wrong without filling your context windows with thousands of lines of logsget_job_logs or get_workflow_run_logs tool to get the full, detailed failure logsversion field to frontmatter.