원클릭으로
monitor-cd
Continuous post-merge CD monitoring using /loop. Runs /deploy-check on interval until all checks pass or timeout.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Continuous post-merge CD monitoring using /loop. Runs /deploy-check on interval until all checks pass or timeout.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Force a full-file rewrite (Write) instead of patch (Edit) when Edit keeps failing or diff is large. Context rot mitigation — use when Edit has failed ≥2× on same file, or when estimated diff >30% of file size.
STOA PR Guardian — advisory three-axis review (ADR compliance, security, AI code smell) with binary GO/NO-GO verdict + confidence. Never approves, never blocks merge.
Analyze cycle capacity gap and propose backlog items to fill the sprint to ~80% of proven velocity.
Visual roadmap snapshot — theme progress, milestones, velocity. Zero new infra (Linear MCP + velocity.json).
Cycle-aware bidirectional sync between plan.md and Linear. Discovers all cycle tickets, detects drift, updates markers.
Debug GitHub Actions CI pipeline failures. Analyse les logs de workflow, identifie la cause racine et propose un fix.
| name | monitor-cd |
| description | Continuous post-merge CD monitoring using /loop. Runs /deploy-check on interval until all checks pass or timeout. |
| argument-hint | [interval, e.g. 5m] |
| allowed-tools | ["Bash","Read","Grep","Glob","WebFetch"] |
Run continuous CD verification after a merge to main.
/monitor-cd → runs /deploy-check every 5 minutes (default)
/monitor-cd 2m → runs every 2 minutes
$ARGUMENTS (default: 5m)/loop command to schedule recurring /deploy-check at the specified intervalRun this:
/loop $ARGUMENTS /deploy-check
If $ARGUMENTS is empty, use 5m as default interval.
/deploy-check