一键导入
github-actions-failure-debugging
Guide for debugging failing GitHub Actions workflows. Use this skill when debugging failing GitHub Actions workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for debugging failing GitHub Actions workflows. Use this skill when debugging failing GitHub Actions workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot.
Triage and create GitHub issues from user-submitted support tickets. This skill should be used when converting raw user support requests into structured, actionable GitHub issues with proper labels, priority, templates, and formatting. Triggers on requests like "create a ticket", "triage this support request", "file an issue from this feedback", or any support-to-issue conversion task.
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
| name | github-actions-failure-debugging |
| description | Guide for debugging failing GitHub Actions workflows. Use this skill when debugging failing GitHub Actions workflows. |
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 logs