environment-triage

Installation
SKILL.md

Environment Triage

When uv sync or pip install behaves unexpectedly, check the actual interpreter.

Pattern

System Python is not authoritative if uv/venv selects a different interpreter.

DO

# What uv ACTUALLY uses
uv run python --version

# What's pinned (this controls uv)
cat .python-version

# Confirm package is installed
uv pip show <package>
Installs
438
GitHub Stars
3.8K
First Seen
Jan 22, 2026
environment-triage — parcadei/continuous-claude-v3