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.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
GitHub 趋势监控 | GitHub Trending Monitor. 获取 GitHub 热门项目、编程语言趋势、开源动态 | Get GitHub trending repos, language trends, open source updates. 触发词:GitHub、trending、开源、热...