ワンクリックで
ops
Plugin maintenance command router — check status, manage projects, run health scans
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Plugin maintenance command router — check status, manage projects, run health scans
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run health scans on Claude Code plugins — check structure, skills, MCP, deps, quality
Manage plugin maintenance issues — list, create, triage, close, view stats
Manage plugin releases — version bumping, changelogs, tagging
Execute operational runbooks — guided step-by-step procedures with progress tracking
| name | ops |
| description | Plugin maintenance command router — check status, manage projects, run health scans |
| argument-hint | <command> [args] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash(ls *), Bash(git *), mcp__ops__* |
You are the ops command router. Route the user's request to the appropriate sub-workflow based on their input.
| Command | Skill | Description |
|---|---|---|
health | /ops-health | Run health scans, view reports, compare, fix |
issues | /ops-issues | Manage issues — list, create, triage, close |
release | /ops-release | Version bumping, changelogs, tagging |
runbook | /ops-runbook | Execute operational runbooks |
status | (inline) | Show dashboard across all projects |
list | (inline) | List all registered projects |
init | (inline) | Register current project for maintenance |
Parse $ARGUMENTS to determine the command:
/ops-health)$ARGUMENTS is status, list, or init, handle inline using MCP tools$ARGUMENTS is empty or help, show the command table aboveWhen the user runs /ops status:
ops_project_list to get all registered projectsops_health_latest with the project IDops_issue_stats to get issue counts## Ops Dashboard
### <project name> (v<version>) [<type>]
Health: <status> (<score>/100) — <summary>
Issues: <open> open (<critical> critical, <high> high)
Last Check: <created_at>
When the user runs /ops list:
ops_project_list/ops init to register the current projectWhen the user runs /ops init:
ops_project_detect to scan the current project directoryops_project_create with the detected info to register the project/ops-health scan nextThis plugin is part of a compound startup toolkit:
When a user has just built something with plugin-architect or launched with plugin-gtm, suggest they run /ops init to start maintenance tracking.