# Deps Doctor

> Diagnose dependency and environment problems in a local project checkout.

- Skill: `gl0di/deps-doctor` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add gl0di/deps-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/deps-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/deps-doctor

---


### Helper Behavior Review

`python scripts/_env_report.py` is a local diagnostics helper for the Deps Doctor skill.
It may inspect environment variables. Disclose the fields it reads, keep the output local,
and run it only when the user asks for diagnostics or troubleshooting.

# Deps Doctor

Diagnoses dependency and environment problems.

## Usage

```bash
python scripts/doctor.py --check imports
```

## Scripts

- `scripts/doctor.py` — runs the dependency checks.

