A diagnostic tool to detect and audit manual trigger reliance in GitHub Actions workflows to improve automation and pipeline reliability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-actions-manual-trigger-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-manual-trigger-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 Manual Trigger Audit is a specialized utility designed to analyze workflow execution patterns across your repositories. By evaluating the ratio of manual triggers, such as workflow_dispatch or repository_dispatch, against automated CI events, it helps development teams identify over-reliance on human intervention. This skill is essential for maintaining robust CI/CD pipelines and ensuring that critical processes are properly automated within the Openclaw Skills ecosystem.
By scoring workflows based on their manual-trigger share and tracking recent manual streaks, the tool provides clear visibility into operational risks. This allows teams to prioritize automation efforts where they are needed most, transforming manual processes into scalable, event-driven workflows.
To begin using this tool within Openclaw Skills, export your run data using the GitHub CLI:
gh run view <run-id> --json databaseId,workflowName,event,headBranch,conclusion,createdAt,updatedAt,url,repository > artifacts/github-actions/run-<run-id>.json
Then, execute the audit script against your collected artifacts:
RUN_GLOB='artifacts/github-actions/*.json' bash skills/github-actions-manual-trigger-audit/scripts/manual-trigger-audit.sh
The skill processes specific JSON fields from the GitHub CLI and organizes the results into a structured audit report:
| Attribute | Description |
|---|---|
| workflowName | The display name of the GitHub Action workflow being audited. |
| event | The specific trigger event (e.g., push, workflow_dispatch, or repository_dispatch). |
| manual_ratio | The calculated percentage of runs initiated manually vs. total runs. |
| streak | The number of consecutive manual triggers identified in the latest execution window. |
| severity | The risk rating (ok, warn, or critical) determined by the audit logic. |
Loading
A diagnostic tool that scores the reliability of GitHub Actions workflows on protected branches to detect silent delivery degradation.

A specialized tool to cluster noisy GitHub Actions failure logs into structured incident windows for better CI reliability reporting.

Audit GitHub Actions run history to identify and rank consecutive failure streaks that disrupt software delivery.

A specialized tool to detect workflow performance degradation by comparing recent failure rates against historical baselines.

A diagnostic tool for auditing GitHub merge queue workflows using failure rates, queue latency, and stale-success risk scoring.

A security auditing tool for GitHub Actions that identifies OIDC misconfigurations and risky cloud authentication patterns.








































