Acerca de
The Build Fixer skill is a specialized utility designed to move projects from a broken state to a successful build with surgical precision. It automates the process of identifying TypeScript compilation errors or build-script failures and applies targeted fixes—such as missing type annotations, null checks, or corrected import paths—without introducing unrelated refactors or architectural shifts. By focusing on a minimal diff strategy, it ensures that your code remains as close to the original as possible while satisfying compiler requirements, making it an essential tool for unblocking CI/CD pipelines and resolving environment-specific issues.