بنقرة واحدة
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.