Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate a health report for scheduled GitHub Actions workflows in this monorepo. Use when asked about scheduled workflow health, nightly build failures, flaky CI, or workflow ownership.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 30% | 0% |
Generates an HTML report showing the health status of all scheduled GitHub Actions workflows in the camunda/camunda repository.
Then summarizes the concerning failing and flaky workflows by owner.
git show main:.github/workflows/schedule: trigger# owner: comment from the first 20 lines of each YAML filegh) for the last 5 scheduled runs on mainscheduled-workflow-report.html with collapsible sections, owner info, and a legendgit with access to the main branch (fetched)gh CLI authenticated (gh auth status)python3bashpython3 .claude/skills/ci-scheduled-workflow-health/scripts/scheduled-workflow-report.py
The script is at: .claude/skills/ci-scheduled-workflow-health/scripts/scheduled-workflow-report.py.
Output: scheduled-workflow-report.html in the current directory. Open with a browser.
stderr shows progress and a summary of failing/flaky workflows with their owners.
RUNS_TO_CHECK constant (default 5) controls how many recent runs to inspect per workflowOWNER / REPO constants control the target repository# owner: <team> in the first 20 lines of each workflow YAMLgit show main: instead of filesystem reads to always reflect the main branch stategh api (no pagination) since we only need ≤5 runs per workflowevent=schedule&branch=main to only see scheduled runs<details> for collapsible sections — failing/flaky are open by defaultOther measured skills in the registry, with their headline benchmark lift.