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