skills/smithery.ai/analyze-ci-speed

analyze-ci-speed

Installation
SKILL.md

Analyze CI Speed

Analyze compilation time and test durations from CI logs to identify optimization opportunities.

Prerequisites

  • gh CLI 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

Step 2: Download Test Job Logs

Installs
1
First Seen
Mar 19, 2026
analyze-ci-speed from smithery.ai