Agent Skills
› jjongguet/oh-my-product
› doctor
doctor
GitHub用于诊断环境配置、安装状态及运行时依赖健康度。检查Node、npm等工具可用性,验证扩展清单与持久化状态完整性,并在发现问题时推荐修复方案。
Trigger Scenarios
用户需要环境或安装诊断
排查运行时前提条件缺失
检查状态完整性
Install
npx skills add jjongguet/oh-my-product --skill doctor -g -y
SKILL.md
Frontmatter
{
"name": "doctor",
"aliases": [
"\/doctor",
"health check",
"diagnose install",
"fix setup"
],
"description": "Inspect setup, extension assets, runtime prerequisites, and state health.",
"primaryRole": "diagnostician"
}
Doctor Skill (oh-my-product)
Use this skill when the user needs environment or installation diagnostics.
Primary command
omp doctor
Typical checks
- Node, npm, Gemini CLI, tmux, and container runtime availability
- extension manifest, commands, and skills
- persisted state writeability and team state integrity
Follow-up
If the issue is environmental, recommend omp setup or the smallest safe corrective action.
Version History
- 4f49e99 Current 2026-07-25 06:34


