소개
The Automated Code Fixer skill streamlines the remediation phase of the development cycle by transforming review outputs into actionable patches. It parses existing conversation context for bug reports, groups them by file to optimize processing, and spawns parallel @engineer subagents to resolve multiple issues simultaneously. The skill goes beyond simple editing by incorporating a robust verification workflow—including syntax checks and test suite execution—followed by a code-simplification pass to ensure that fixes remain lean and maintainable without introducing technical debt.