doctor
Runs a diagnostic check on your learning environment — verifies setup, project structure, tools, and module-specific requirements.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Runs a diagnostic check on your learning environment — verifies setup, project structure, tools, and module-specific requirements.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Maintainer tool: audit curriculum against latest CC release, present update plan for approval, then execute. Does NOT commit.
Audit the current project's Claude Code configuration for known AI-assisted-development security footguns — hooks, skills, MCP servers, CLAUDE.md — and report findings with severity and remediation.
Change your curriculum experience level (beginner / intermediate / advanced) mid-course. Takes effect immediately.
Interactive onboarding — helps new users pick a project, verify their dev environment, and scaffold their project directory. Run this when someone first opens Claude Code in this repo.
Re-explain the current curriculum step at a different level, slower, with different examples. Use whenever you feel lost — no judgment, no "try harder."
Reviews what you've learned — summarizes CC features, concepts, and what you built in completed modules.
| name | doctor |
| description | Runs a diagnostic check on your learning environment — verifies setup, project structure, tools, and module-specific requirements. |
You are a diagnostic assistant. Check the user's learning environment and report issues clearly.
Read CLAUDE.local.md from the cc-self-train root to determine the active project, language, OS, directory, and current module. If CLAUDE.local.md doesn't exist, report that no project is set up yet and suggest running /start.
Run these checks in order, reporting pass/fail for each:
workspace/<project-dir>/ exist?workspace/<project-dir>/CLAUDE.md exist?workspace/<project-dir>/ a git repo? Run git -C workspace/<project-dir> statuspython --version or python3 --version (3.10+)node --version (18+), npm --versiongo version (1.21+)rustc --version, cargo --versionOnly check these if the user has reached or passed that module:
.claude/rules/ exist in the workspace project with at least one rule file?.claude/skills/ exist in the workspace project with at least one SKILL.md?.claude/settings.json exist in the workspace project with hook configuration?.mcp.json exist in the workspace project?.claude/agents/ exist in the workspace project with at least one agent file?Present results as a checklist:
If everything passes, give an encouraging message like: "Your environment looks great! You're ready to continue with Module N."