ワンクリックで
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