What problem does it solve?
This Skill provides a concise CI/CD status summary for the current git branch, surfacing job-level results and failing steps so engineers can quickly identify what broke without manually inspecting multiple workflow runs.
Core Features & Use Cases
- Branch-focused visibility: Lists recent workflow runs for the current branch and summarizes run name, status, and conclusion.
- Job and step diagnostics: Shows job-level statuses and extracts failing steps to pinpoint root causes of CI failures.
- Live watch and verification: Offers the option to watch in-progress runs and recommends re-checking run lists after watching completes.
- Use Case: When a feature branch triggers multiple workflows after a push, use this Skill to find which run and which job failed and which specific step caused the failure before creating fixes or updating a PR.
Quick Start
Run the ci-status skill to list recent workflow runs for the current branch, display job-level pass/fail status and failing steps, and optionally watch in-progress runs.