ワンクリックで
live-ops
Use when operating on live systems - cutovers, migrations, production config changes, or incident triage
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when operating on live systems - cutovers, migrations, production config changes, or incident triage
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | live-ops |
| description | Use when operating on live systems - cutovers, migrations, production config changes, or incident triage |
The live system is the verifier's final gate: operate on it attended, under the rules of engagement, deliberately and step by step.
Before starting a cutover, migration, or production change, verify — not assume — access to every system the operation and its failure modes need:
Use when the user says they are stepping away and the agent should continue without interactive approvals
Use when running e2e tests, debugging test failures, or fixing flaky tests. Covers failure taxonomy, fix rules, and workflow. Never changes source code logic or API without spec backing.
Use when auditing how well the shared agent instructions (AGENTS.md, skills) hold up in real sessions — sampling transcripts via recall, scoring them against the gap rubric, and turning findings into ratified amendments
Use when preparing clean, logical git commits from an existing working tree
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Fetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.