关于
The Environment Triage skill provides a systematic approach for Claude to debug Python environment issues, particularly when using modern package managers like uv. It ensures that the active interpreter matches project requirements, verifies package installations, and provides clear remediation steps for version conflicts, such as updating .python-version files. By validating the actual execution context rather than relying on system defaults, it helps developers quickly resolve 'ModuleNotFoundError' and dependency marker failures that occur during complex setups.