Borrowing it
Nothing to install: this file belongs to opensesh/karimo-overview. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/opensesh/karimo-overview/main/.claude/commands/karimo/doctor.mdgit clone --depth 1 https://github.com/opensesh/karimo-overviewWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/opensesh/karimo-overview/doctor)<a href="https://agentmods.dev/commands/opensesh/karimo-overview/doctor"><img src="https://agentmods.dev/badge/commands/opensesh/karimo-overview/doctor.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.10304 |
| Opus 5 | $0.00000 | $0.05152 |
| Sonnet 5 | $0.00000 | $0.02061 |
| Haiku 4.5 | $0.00000 | $0.01030 |
Grade B, and why
doctor scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ACTUAL_SKILLS=$(ls .claude/skills/*.md 2>/dev/null | wc -l) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
LATEST=$(curl -sL "https://api.github.com/repos/opensesh/KARIMO/releases/latest" | grep '"tag_name"' | head -1 | sed 's/.*"v\([^"]*\)".*/\1/') This is a copy
88% identical to doctor — 305 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 1,359 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/karimo:doctor — Diagnostic Command
Check the health of a KARIMO installation, identify issues, and provide actionable recommendations.
Usage
/karimo:doctor # Full diagnostic with recommendations
/karimo:doctor --test # Quick pass/fail verification (replaces /karimo-test)
This command is read-only and never modifies files.
--test Mode (Quick Verification)
When the --test flag is passed, run a lightweight pass/fail verification instead of the full diagnostic.
Purpose: Verify KARIMO installation works end-to-end without creating real PRDs or spawning agents. This is a lightweight alternative to running a full PRD cycle for verification.
Test Suite
Run these 4 tests:
| Test | Description |
|---|---|
| 1. File Presence | Verify all required files exist per MANIFEST.json |
| 2. Template Parsing | Ensure templates have valid markdown structure |
| 3. GitHub CLI Auth | Verify gh auth status succeeds |
| 4. CLAUDE.md Integration | Verify KARIMO section and config files exist |
Output Format
╭──────────────────────────────────────────────────────────────╮
│ KARIMO Smoke Test │
╰──────────────────────────────────────────────────────────────╯
Test 1: File Presence
─────────────────────
✅ Manifest Present (.karimo/MANIFEST.json)
✅ Agents 17/17 present (from manifest)
✅ Commands 10/10 present (from manifest)
✅ Skills 7/7 present (from manifest)
✅ Templates 17/17 present (from manifest)
Test 2: Template Parsing
────────────────────────
✅ All templates have valid markdown structure
Test 3: GitHub CLI Auth
───────────────────────
✅ Authenticated as @username
Test 4: CLAUDE.md Integration
─────────────────────────────
✅ KARIMO section Present in CLAUDE.md (with markers)
✅ learnings/ Present in .karimo/ (categorized directories)
✅ KARIMO_RULES.md Present in .claude/
✅ prds/ directory Exists
Summary
───────
✅ 4/4 tests passed
KARIMO installation verified.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 1,359 lines · 0 tokens per session scan B 8017534e9a76
doctor is a command published in the GitHub repository opensesh/karimo-overview (11 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 10,304 tokens. A static security scan graded it B with 2 findings (enumerates other installed skills, makes network calls). It is 88% identical to doctor, differing in 305 lines, and is treated as a copy.
Other commands, from other repositories
doctor
Check the health of a KARIMO installation, identify issues, and provide actionable recommendations.
bugfix
TDD-driven bugfix workflow: tester writes failing test (RED) → developer fixes (GREEN) → developer refactors (REFACTOR) → reviewer validates. Accepts issue number, description, or both. Auto-creates PR unless --no-pr flag is passed.
dashboard
Phase 3 monitoring — System health, execution insights, and velocity analytics.
merge
Consolidate feature branch changes and create final PR to main. This completes the v5.0 feature branch workflow after all task PRs have been merged.
run
Execute an approved PRD using feature branch workflow (v7.0). This command generates briefs, auto-reviews them, allows user iteration, and then orchestrates execution.
greptile-review
Execute the full Greptile review cycle on a PR, looping until score meets threshold or circuit breaker triggers.