What problem does it solve?
This Skill automates the enforcement of strict code quality standards and development practices, preventing technical debt and ensuring all work is complete and thoroughly tested before commitment. It eliminates the common pitfalls of "TODO" markers and incomplete implementations.
Core Features & Use Cases
- TODO Marker Enforcement: Automatically flags and blocks commits with
TODO, FIXME, XXX, or HACK markers, ensuring immediate resolution of incomplete work.
- Type-Driven Development Guidance: Provides a structured workflow for designing and implementing type utilities and runtime functions, emphasizing complete solutions and comprehensive testing.
- Technical Debt Prevention: Guides developers to address issues immediately, promoting a culture of "completeness over speed" and "design before code."
Quick Start
Analyze the current codebase for any outstanding TODO markers and provide a detailed plan to resolve them according to the development skill's guidelines.