Agent Skills
› jjongguet/oh-my-product
› doctor
doctor
GitHub用于诊断环境和安装状态,检查Node、npm、CLI及容器运行时可用性,验证扩展清单和持久化状态完整性,并在发现环境问题后推荐修复方案。
触发场景
需要环境或安装诊断时
排查运行时依赖缺失或状态异常时
安装
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.
版本历史
- 4f49e99 当前 2026-07-25 06:34


