About
The Import Updater skill provides a structured methodology for managing complex codebase reorganizations, ensuring that every import remains functional after modules or classes are moved. It offers guidance on identifying affected files, applying consistent import patterns, and transitioning between relative and absolute imports. Beyond simple updates, the skill incorporates best practices for import organization (isort style), handles circular dependencies via TYPE_CHECKING patterns, and includes a rigorous validation checklist to prevent 'Module Not Found' errors during development.