github-actions-failure-matrixSummarize GitHub Actions matrix job failures across runs so you can spot unstable OS/runtime axes fast.
Install via ClawdBot CLI:
clawdbot install daniellummis/github-actions-failure-matrixGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/example/repo/actions/runs/1001Audited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
A software development team uses this skill to analyze GitHub Actions run logs from their CI pipeline, identifying recurring failures in specific matrix configurations like operating systems or runtime versions. This helps them prioritize fixing flaky tests or environment-specific issues, improving pipeline reliability and reducing developer downtime.
Maintainers of an open-source project aggregate JSON exports from community-contributed runs to detect unstable matrix axes across different contributors' setups. They filter by branch or workflow to focus on critical failures, enabling targeted fixes for cross-platform compatibility and enhancing project stability.
A large enterprise with complex multi-repository workflows uses this skill to consolidate failure data from multiple GitHub repositories. By applying filters like REPO_MATCH and CONCLUSION_MATCH, they identify systemic issues such as timeouts or cancellations in specific environments, leading to optimized resource allocation and reduced operational costs.
QA engineers run this skill on JSON exports from automated test suites to pinpoint matrix failures related to specific steps, such as setup or dependency installation. They use FAILED_STEP_MATCH to isolate toolchain breakages, accelerating root cause analysis and improving test coverage across different configurations.
Release managers analyze GitHub Actions runs from release branches to ensure stability before deployments. They filter by BRANCH_MATCH and WORKFLOW_MATCH to focus on critical workflows, using the skill's output to rank and address matrix failures, ensuring smoother and more reliable releases.
Integrate this skill into a SaaS platform that offers CI/CD analytics, providing users with automated failure matrix reports. Revenue is generated through subscription tiers based on usage volume, advanced filtering features, and premium support for enterprise clients.
Offer consulting services to organizations looking to optimize their GitHub Actions workflows. Use this skill to analyze client run data, identify recurring matrix failures, and provide actionable recommendations. Revenue comes from project-based fees and ongoing maintenance contracts.
Distribute the skill as open-source with a freemium model, where basic functionality is free and advanced features like custom regex filters or API access are paid. Revenue is generated through licensing for commercial use, donations, and sponsorships from enterprises benefiting from the tool.
💬 Integration Tip
Ensure bash and python3 are installed, and set up a directory for JSON exports using the provided gh command to collect run data before executing the skill.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...