analyze-ci-speed
Installation
SKILL.md
Analyze CI Speed
Analyze compilation time and test durations from CI logs to identify optimization opportunities.
Prerequisites
ghCLI installed and authenticated (gh auth login)
Instructions
Step 1: Get Recent Workflow Runs
Get latest successful run from dev branch:
gh run list --workflow=Rust --branch=dev --limit=1 --status=success --json databaseId,conclusion,headSha,createdAt