Agent Skills
› jjongguet/oh-my-product
› doctor
doctor
GitHub用于环境诊断和安装检查,验证 Node、npm、容器运行时等依赖可用性,以及扩展状态完整性。若发现问题,推荐执行 setup 或最小化修复操作。
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


