What problem does it solve?
This Skill ensures code meets high standards by scanning for and fixing incomplete implementations, stubs, and mocks, and by enforcing quality gates before shipping.
Core Features & Use Cases
- Placeholder Detection: Identifies all forms of incomplete code, from TODO comments to language-native stubs.
- Automated Remediation: Guides the process of fixing identified issues, prompting for user input when necessary.
- Quality Gates: Implements a multi-stage review process including static analysis, spec compliance, and code quality checks before code can be merged.
- Use Case: Before merging a new feature, use this Skill to automatically scan the codebase for any remaining stubs or incomplete logic, then run through a series of quality gates to ensure it's production-ready.
Quick Start
Use the quality skill to scan the current project for any placeholder code.