Audit failing GitHub Actions runs by actor ownership to expose who/workflow combinations generate the most CI noise and wasted minutes.
Audit deployment workflow risk from GitHub Actions runs by scoring failure rate, unresolved failure streaks, and time since last successful deploy.
Audit GitHub Actions queue wait hotspots from run/job JSON so CI bottlenecks are visible before they stall merges.
Audit GitHub Actions artifact storage usage from JSON exports so bloated artifacts are flagged before they inflate CI cost.
Audit GitHub merge queue workflow health with failure-rate, queue-latency, and stale-success risk scoring.
Audit manual GitHub Actions trigger dependence by workflow/event to flag automation gaps and intervention risk.
Audit GitHub Actions run reliability by actor to surface high-risk contributors and flaky automation owners.
Audit GitHub Actions rerun dependency and success-after-rerun effectiveness to highlight workflows wasting CI time.
Audit GitHub Actions run health by trigger event and workflow so flaky or noisy automation sources are easy to prioritize.
Audit pull-request and merge-queue GitHub Actions reliability by scoring failure rate, queue latency, and stale-success risk for merge gates.
Audits your listing against top competitors to identify key copy and proof gaps, prioritizing actionable rewrites to improve conversion and competitiveness.
Audit GitHub Actions workflows that use self-hosted runners for untrusted trigger and credential-hardening risks.
Audit GitHub Actions workflow files for secret exposure risks like pull_request_target secret usage, secret echo commands, and unpinned action secret passing.
--- name: audit-code description: Security-focused code review for hardcoded secrets, dangerous calls, and common vulnerabilities disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash c
Audit GitHub Actions runs for fail-then-success retry recovery patterns to quantify flaky rerun waste.
Audit GitHub Actions reliability by commit SHA to surface risky commits causing repeated workflow failures across branches.
Audit GitHub Actions workflow conclusion volatility to surface unstable pipelines before they become chronic failures.
Audit GitHub Actions mainline branch reliability by scoring failure rate, consecutive failures, and stale-success risk for critical workflows.
Audit GitHub Actions failure timing by day/hour to surface recurring outage windows and staffing hotspots.
--- name: github-actions-step-flake-audit description: Detect flaky GitHub Actions job steps by finding mixed success/failure conclusions across runs. version: 1.0.0 metadata: {"openclaw":{"requires":
--- name: github-actions-stuck-run-audit description: Detect stale queued/in-progress GitHub Actions runs before they quietly block delivery. version: 1.0.0 metadata: {"openclaw":{"requires":{"bins":[
--- name: github-actions-recovery-latency-audit description: Measure GitHub Actions failure recovery latency and unresolved incident age by workflow group. version: 1.0.0 metadata: {"openclaw":{"requi
--- name: github-actions-rerun-waste-audit description: Quantify wasted GitHub Actions minutes caused by reruns so flaky workflows can be fixed with data. version: 1.0.0 metadata: {"openclaw":{"requir
Run a two-pass, multidisciplinary code audit led by a tie-breaker lead, combining security, performance, UX, DX, and edge-case analysis into one prioritized report with concrete fixes. Use when the us