fix-pipeline

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Check Pipeline Status

I have gathered information about your pipeline. Here are the results:

<current_branch> !git rev-parse --abbrev-ref HEAD </current_branch>

<check_runs> !gh run list --branch $(git rev-parse --abbrev-ref HEAD) --limit 5 </check_runs>

<latest_run_details> !gh run view --branch $(git rev-parse --abbrev-ref HEAD) --log-failed 2>/dev/null || echo "No failed logs available" </latest_run_details>

Instructions

Step 1: Analyze Pipeline Status

Installs
1
GitHub Stars
12
First Seen
Jun 24, 2026
fix-pipeline — alexanderop/workouttracker