Audit GitHub Actions rerun debt to identify and eliminate commit-level CI inefficiencies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-actions-sha-rerun-debt-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-sha-rerun-debt-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 SHA Rerun Debt Audit is a specialized tool designed to identify problematic commits that trigger excessive CI resource consumption. By analyzing workflow run history, this addition to Openclaw Skills helps developers pinpoint flaky or high-cost code changes that repeatedly fail or require multiple reruns across different workflows.
This skill provides critical visibility into CI debt, allowing teams to optimize their automation pipelines and reduce wasted minutes. It integrates seamlessly into existing monitoring workflows, making it an essential part of the Openclaw Skills ecosystem for high-performance development teams looking to streamline their infrastructure costs.
To get started with this audit tool, first export your workflow run data using the following command:
gh run view <run-id> --attempt <attempt> \
--json databaseId,runAttempt,workflowName,event,headBranch,headSha,conclusion,createdAt,updatedAt,runStartedAt,url,repository \
> artifacts/github-actions/run-<run-id>-attempt-<attempt>.json
Then, execute the audit script using Openclaw Skills:
RUN_GLOB='artifacts/github-actions/*.json' \
bash skills/github-actions-sha-rerun-debt-audit/scripts/sha-rerun-debt-audit.sh
The skill processes JSON files exported from the GitHub CLI. It organizes data using the following parameters:
| Input Parameter | Description |
|---|---|
| RUN_GLOB | File pattern for GitHub Actions JSON exports. |
| TOP_N | Number of high-risk SHAs to include in the report. |
| MIN_RUNS | Minimum runs per SHA to trigger an audit. |
| WARN_WASTED_MINUTES | Threshold for warning on accumulated CI time. |
| CRITICAL_RERUN_RATE | Percentage threshold for high-severity debt (0..1). |
Loading
A specialized security auditing tool for identifying high-risk configurations in GitHub Actions workflows utilizing self-hosted runners.

An automated auditing tool to identify and mitigate secret exposure risks within GitHub Actions workflow configurations.

Analyze and compare GitHub Actions runtime metrics to detect performance regressions and optimize CI costs.

A diagnostic tool to identify GitHub Actions workflows that have missed their expected execution cadence.

Identify and rank flaky GitHub Actions steps by analyzing success and failure outcomes across multiple workflow runs.

A monitoring skill designed to detect and alert on GitHub Actions workflows that remain in queued or in-progress states for excessive periods.








































