debug-dependency
Installation
SKILL.md
Dependency Auditor Investigation
Investigate dependency and version issues that cause build failures or runtime errors.
Investigation Checklist
Version Compatibility
- Check declared version constraints against installed versions
- Identify version range specifications that resolve to incompatible releases
- Verify peer dependency requirements are satisfied
- Look for version pinning that prevents necessary updates
- Check for diamond dependency conflicts with incompatible versions
Breaking Changes
- Review changelogs for breaking changes between current and expected versions
- Identify removed or renamed APIs causing compile or runtime errors
- Check for behavior changes in existing APIs that alter semantics
- Verify default value changes that affect implicit configurations
- Look for deprecation warnings that preceded the breaking change