name: use-ops-harbor description: 'This skill should be used when the user asks about "Ops Harbor", "work items", "alerts", "cached activity", or wants to inspect Ops Harbor read-only MCP data before taking action.'
Use Ops Harbor
Ops Harbor is a local dashboard and MCP bridge for operational work items.
When to use
- The user asks about current CI failures, review events, merge conflicts, or base drift.
- The user wants a quick summary of active work items without re-querying GitHub manually.
- The user wants the AI to inspect
ops_harbor_*MCP tools before deciding what to do next.
Workflow
- Prefer
ops_harbor_list_alertsfor urgent blockers. - Use
ops_harbor_list_work_itemsto narrow down the relevant work item. - Use
ops_harbor_get_work_itemfor the detailed checks/reviews/merge state. - Use
ops_harbor_list_activityfor recent context before recommending follow-up actions.
Notes
- Ops Harbor MCP is intentionally read-only in v1.
- Dashboard launch is outside the plugin scope; the user is expected to run the local app ahead of time.