An automated auditing tool that ranks GitHub Actions reliability by identifying high-risk contributors and flaky automation owners through run history analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-actions-actor-reliability-audit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-actions-actor-reliability-audit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Actions Actor Reliability Audit is a specialized utility within the Openclaw Skills ecosystem designed to bring transparency to CI/CD pipeline stability. It analyzes GitHub Actions run exports to determine which actors—whether they are human developers or automated bots—are associated with the highest rates of failure. By surfacing metrics like failure streaks and volume, it helps teams maintain high-quality code standards and reliable automation.
This skill is particularly valuable for organizations managing large-scale repositories where identifying the root cause of 'flaky' pipelines is critical. By grouping data by actor or workflow, it provides actionable insights that can be used for developer coaching, bot optimization, or enforcing strict CI policy gates.
gh).RUN_GLOB and thresholds for warnings or critical failures.GROUP_BY setting.To use this addition to your Openclaw Skills toolkit, ensure you have bash and python3 installed. First, gather run data using the GitHub CLI:
gh run view <run-id> --json databaseId,workflowName,event,headBranch,conclusion,createdAt,updatedAt,url,repository,actor,triggeringActor > artifacts/github-actions/run-<run-id>.json
Then, execute the audit:
RUN_GLOB='artifacts/github-actions/*.json' bash skills/github-actions-actor-reliability-audit/scripts/actor-reliability-audit.sh
The skill processes JSON exports from GitHub and organizes data into a structured reliability report.
| Metric | Description |
|---|---|
| failure_rate | Percentage of failed runs (range 0..1). |
| failed_run_volume | Total count of failed executions. |
| failure_streak | Number of consecutive recent failures. |
| severity | Triage level (ok, warn, critical) based on configurable thresholds. |
| group | The identifier for the actor or actor-workflow pair. |
FAIL_ON_CRITICAL flag to stop builds if reliability drops.Loading
A robust auditing tool to detect environment variable alias conflicts and missing required configurations before deployment.

Statically audit Dockerfiles to identify and mitigate security risks before container deployment.

A powerful utility for identifying and prioritizing flaky tests by analyzing JUnit retry artifacts within your CI pipeline.

A streamlined MCP-based skill for automating McDonald's China delivery orders, menu lookups, and coupon management via official API protocols.

Audit GitHub Actions artifact storage from JSON exports to identify and flag oversized artifacts before they inflate CI costs.

A specialized audit tool to identify branch-level CI reliability regressions and performance drift compared to mainline releases.








































