github-actions-commit-health-auditAudit GitHub Actions reliability by commit SHA to surface risky commits causing repeated workflow failures across branches.
Install via ClawdBot CLI:
clawdbot install daniellummis/github-actions-commit-health-auditGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/acme/api/actions/runs/6001Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Development teams use this skill to analyze GitHub Actions run data, identifying commits with high failure rates across multiple branches. This helps prioritize rollbacks or targeted fixes for commits causing repeated CI failures, reducing downtime and improving release reliability. It's particularly useful in agile environments where frequent commits require robust automated testing.
During CI/CD pipeline incidents, DevOps engineers run this audit to quickly pinpoint problematic commits based on failure patterns. By filtering runs with regex inputs like BRANCH_MATCH or WORKFLOW_EXCLUDE, they isolate issues in specific environments or workflows, accelerating root cause analysis and remediation efforts.
QA teams integrate this skill into their testing pipelines to generate JSON reports on commit health, feeding data into dashboards for trend analysis. They set FAIL_ON_CRITICAL=1 to gate deployments, ensuring only commits below critical failure thresholds proceed, thereby enforcing quality standards before production releases.
Maintainers of open-source projects use this skill with bundled fixtures to audit contributions for reliability. By analyzing runs from multiple contributors, they flag risky commits early, using outputs to guide code reviews and maintain project stability across diverse branches and workflows.
Large organizations deploy this skill across repositories to monitor commit health at scale, using REPO_MATCH and SHA_EXCLUDE to focus on critical codebases. It supports compliance by documenting failure rates, helping teams meet SLAs and reduce operational risks associated with faulty deployments.
A CI/CD platform integrates this skill as a premium feature, offering automated commit health audits to enterprise customers. Revenue is generated through subscription tiers based on usage volume, such as number of repositories or runs analyzed, with add-ons for advanced reporting and alerting.
DevOps consultancies bundle this skill into service packages, helping clients set up and customize audits for their GitHub Actions workflows. Revenue comes from project-based fees for implementation, training, and ongoing support, with upsells for integration into existing monitoring tools.
The skill is offered as open-source software, with a commercial model providing enterprise support, enhanced features like real-time dashboards, and priority bug fixes. Revenue is derived from annual support contracts and custom development services for large organizations.
💬 Integration Tip
Ensure bash and python3 are installed, and pre-collect GitHub Actions run JSON files using the provided gh command for accurate analysis. Use environment variables like OUTPUT_FORMAT to tailor outputs for different use cases, such as JSON for automated pipelines or text for manual reviews.
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 "帮我看看这个项目...