github-actions-trigger-health-auditAudit GitHub Actions run health by trigger event and workflow so flaky or noisy automation sources are easy to prioritize.
Install via ClawdBot CLI:
clawdbot install daniellummis/github-actions-trigger-health-auditGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
A software development team uses this skill to analyze GitHub Actions runs across multiple repositories, identifying which trigger events (like pull requests or scheduled cron jobs) cause the most failures. By setting failure thresholds, they prioritize fixing flaky workflows that waste developer time and compute resources, leading to more reliable automation.
A DevOps engineer in a regulated industry audits GitHub Actions to ensure compliance with internal SLAs for automation reliability. They filter runs by repository and event types, generating JSON reports to track failure rates over time and flag critical issues that could impact deployment pipelines or security scans.
Maintainers of a large open-source project use this skill to monitor GitHub Actions runs from community contributions. By applying regex filters to exclude certain workflows or events, they identify noisy automation sources that frequently fail, helping streamline review processes and improve contributor experience.
An IT operations team analyzes GitHub Actions usage across an organization to reduce cloud costs. They group runs by repository and workflow, calculating average runtimes and failure rates to pinpoint inefficient or failing automations that consume excessive resources, enabling targeted optimizations.
A DevOps platform integrates this skill as a feature to provide automated health audits for GitHub Actions. They offer it as part of a subscription service, charging based on the number of repositories analyzed or frequency of audits, generating recurring revenue from teams seeking continuous monitoring.
A consulting firm uses this skill to offer GitHub Actions optimization services to clients. They run audits, provide customized reports with actionable insights, and help implement fixes for flaky workflows, charging per project or on a retainer basis for ongoing support.
The skill is offered as open-source software, allowing free usage and community contributions. Revenue is generated by selling premium support packages, including advanced features like custom thresholds, integration with other tools, and priority assistance for critical audits.
💬 Integration Tip
Ensure bash and python3 are installed, and use the provided command to collect GitHub Actions run JSON data before running the audit for accurate results.
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 "帮我看看这个项目...