About
The Type Ignore Fixer is a specialized utility designed to eliminate technical debt by addressing suppressed type errors and linting warnings rather than simply hiding them. By scanning for patterns like @ts-ignore, noqa, and eslint-disable, the skill dispatches parallel AI agents to refactor the code for type safety and then verifies the results using language-specific type checkers. It is an essential tool for developers looking to enforce strict typing, migrate legacy projects, or perform comprehensive codebase cleanups before a major release.