with one click
release-monitor-ci
Monitor CI on main and iterate until it is successful
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Monitor CI on main and iterate until it is successful
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create a new release for SlayZone
Commit changes, mark the current task as done, and close its tab
Supervise a set of slay tasks through planning, execution, and verification
Manage tasks, subtasks, tags, and templates via the slay CLI
Automatically title tasks based on conversation context
Manage task artifacts (files, folders) via the slay CLI
| name | release-monitor-ci |
| description | Monitor CI on main and iterate until it is successful |
| trigger | auto |
Monitor the Release workflow and iterate until it succeeds. User context: $ARGUMENTS
Find the latest Release run.
gh run list --workflow=release.yml --limit 1 to find the latest run.Wait for the run to complete.
gh run watch <run-id> --exit-status to stream logs and wait.On failure, diagnose.
gh run view <run-id> --log-failed to get failed job logs.Fix the issue.
fix(ci): ...).Loop.
gh run list --workflow=release.yml --limit 1).If stuck after 10 iterations, report what's failing and ask for guidance.
gh run rerun <run-id> --failed instead of changing code.