ci-triage

Aggregate CI run results, Dependabot alerts, and workflows into a markdown report.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/tonykoop/claude-skills --skill ci-triage-tonykoop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ci-triage
Source: https://github.com/tonykoop/claude-skills/tree/main/plugins/coding/skills/ci-triage
Command: npx skills add https://github.com/tonykoop/claude-skills --skill ci-triage-tonykoop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a read-only diagnostic sweep across all WRFCoin repos and write a detailed markdown report to wrfcoin/docs/ci-triage/.

Core Features & Use Cases

  • Parallel collection of CI run histories, Dependabot alerts, workflow inventories, and repo metadata across all WRFCoin repos.
  • Generates a comprehensive markdown report suitable for status reviews, budgeting, and governance checks.
  • Triggers a dated output file in wrfcoin/docs/ci-triage with a full snapshot of CI health.

Quick Start

Run the CI triage command to generate the latest health report for all WRFCoin repos.

Frequently Asked Questions about ci-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CI health triage across multiple GitHub repositories?▼

Automate CI health triage by aggregating recent run results, Dependabot alerts, and workflow inventories across repositories, producing a comprehensive markdown report for status reviews and actionable insights.

What is included in a CI triage report for GitHub Actions?▼

A CI triage report includes recent GitHub Actions run histories, open Dependabot alerts, workflow inventories, and repository metadata, outputting a dated markdown file for governance checks and billing concerns.

Does the CI triage process require write access to GitHub Actions data?▼

No, the CI triage process requires only read-only access to GitHub Actions data, using the gh CLI to fetch runs, alerts, workflows, metadata, and open pull requests without modifying repository state.

Can I collect Dependabot alerts and workflow inventories in parallel across all repositories?▼

Yes, the tool performs parallel collection of CI run histories, Dependabot alerts, workflow inventories, and repo metadata across all targeted repositories to generate a full snapshot of CI health.

What's the best way to generate a comprehensive CI health snapshot for status reviews?▼

Generate a comprehensive CI health snapshot by running a read-only diagnostic sweep that collects CI runs and alerts, writing a detailed markdown report to a designated docs directory for budgeting and governance.

Where are the generated CI triage markdown reports stored?▼

Generated CI triage markdown reports are stored as dated output files under the wrfcoin/docs/ci-triage directory, providing a full snapshot of CI health for subsequent status reviews.