概要
The Dependency Resolver is a specialized skill designed to eliminate the 'works on my machine' syndrome by automating the comparison of local development environments against CI configurations. It proactively identifies discrepancies in Python versions, linter settings, and dependency pins before code is pushed to the repository. By providing actionable fix recommendations and automation scripts, it helps developers bypass the typical 20-45 minute investigation overhead associated with CI environment drift, ensuring a seamless transition from local development to production pipelines.