원클릭으로
release-monitor-ci
Monitor CI on main and iterate until it is successful
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor CI on main and iterate until it is successful
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.