From team-shinchan
Runs 7 deterministic checks (workflow state, hooks config, core scripts, runtime files, test directory) and reports PASS/WARN/FAIL with remediation hints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
No required arguments. If args are provided, they are ignored.
No required arguments. If args are provided, they are ignored.
Run the doctor script from the project root:
node src/doctor.js
Report the output verbatim to the user. Do not summarize, paraphrase, or omit any lines.
ERRORS: flag the FAIL items to the user and suggest running the listed remediation commands.WARNINGS: note the WARN items but indicate the workflow can still proceed.OK: confirm that the project setup looks healthy.STOP HERE. No further action needed.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan