概要
Dependency Resolver is a specialized Claude Code skill designed to prevent time-consuming CI/CD failures by identifying version mismatches between local environments and remote pipelines. It autonomously compares Python versions, linter configurations, and package dependencies against CI configuration files like GitHub Actions and pyproject.toml. By providing actionable fix commands or automated updates before a push, it eliminates the common 20-45 minute debugging cycles associated with environment drift, syntax differences, and silent linting failures.