关于
The Python Build Env Finder skill automates the discovery of customizable build parameters within Python projects. By scanning configuration files like setup.py, CMakeLists.txt, and other build scripts, it identifies the environment variables that control compiler flags, feature toggles, and installation paths. This is particularly useful for developers and DevOps engineers who need to build complex Python wheels, troubleshoot compilation issues, or document build-time dependencies and customization options for CI/CD pipelines.