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


