From oh-my-agent
Runs OMA doctor diagnostics checking extension readiness, workflow integrity, and multi-agent security. Supports status, team, hooks scopes. Outputs health report, issues table, fixes, and next commands.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:doctorThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma 医生诊断。 输入: $ARGUMENTS 支持的范围: - 默认(或 `status`):快速扩展健康检查 - `team`:多智能体/团队管道就绪性诊断 - `hooks`:钩子策略安全性和触发健康诊断 诊断协议: 1. 检测请求的范围并运行匹配的检查。 2. 验证扩展表面完整性: - 关键目录(`agents`、`commands/oma`、`skills`、`context`) - 关键清单/上下文文件(`settings.json`、`context/oma-core.md`) 3. 验证核心流程的命令-技能就绪性(`team`、`intent`、`loop`、`rules`、`memory`、`hooks`、`reasoning`、`approval`)。 4. 检查 `.oma/state/` 下的状态工件和漂移风险(如果可用)。 5. 检测常见失败模式: - 扩展未在当前会话中加载 - 命令发现不匹配 - 过时/缺失的状态文件 - 自主循环的钩子安全策略缺口 6. 按优先级顺序生成具体的修复操作。 7. 如果文件系统工具可用,写入/更新 `.oma/state/doctor.md`。 输出格式: ## 医生结果 - 范围: - 总体:通过 | 警告 | 失败 - 自主就绪:是 | 否 ## 发现 | 严...
运行 oma 医生诊断。
输入: $ARGUMENTS
支持的范围:
status):快速扩展健康检查team:多智能体/团队管道就绪性诊断hooks:钩子策略安全性和触发健康诊断诊断协议:
agents、commands/oma、skills、context)settings.json、context/oma-core.md)team、intent、loop、rules、memory、hooks、reasoning、approval)。.oma/state/ 下的状态工件和漂移风险(如果可用)。.oma/state/doctor.md。输出格式:
| 严重程度 | 区域 | 发现 | 操作 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/doctorRuns diagnostic checks on pro-workflow and Claude Code setup including installation, hooks functionality, context health, CLAUDE.md size, git status, and settings.
/doctorRuns a read-only health check on a scaffolding plugin install, diagnosing common setup problems and printing exact fix commands grouped by severity.
/doctorPerforms health diagnostics on OrchestKit installation, validating 13 categories including plugins, skills, agents, hooks, permissions, schemas, and MCP status. Supports --verbose, --json, --category flags.
/healthRuns the Self-Star Doctor diagnostic, producing a green/yellow/red health board across 7 system junctions (delegation, fitness, autoevolve, steward, verifier-spine, security, kairn-link).
/te-doctorDiagnoses Tool Executor issues by running tests, checking health, or performing a full reset. Supports test, health, and reset modes with optional verbose output.
/healthcheckRuns a full health check of Craftsman plugin installation and runtime, displaying formatted diagnostic report with statuses, messages, and fix instructions.