ワンクリックで
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 職業分類に基づく
| 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.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