Manages dependency updates and breaking changes through version-specific reproduction, project-safe migration, and user-confirmed documentation alignment.
This skill provides a structured framework for Claude to handle complex library upgrades, dependency failures, and breaking API changes. It ensures that before any refactor occurs, the exact issue is reproduced at the current version level, prioritizing project-local fixes over risky global changes. By treating user-provided documentation and links as the ultimate source of truth, it reconciles discrepancies between runtime behavior and official docs, ultimately documenting the resolution to prevent future regression and ensure project stability.
주요 기능
01Automated migration note generation
02Documentation-to-runtime reconciliation
03User-confirmed behavior validation
04Localized refactoring strategies
050 GitHub stars
06Version-specific issue reproduction
사용 사례
01Upgrading legacy projects with multiple breaking API changes
02Resolving conflicts where official documentation differs from actual runtime behavior
03Creating internal documentation for project-specific dependency patches