com um clique
release-monitor-ci
Monitor CI on main and iterate until it is successful
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Monitor CI on main and iterate until it is successful
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional SOC
| 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.