What problem does it solve?
This Skill prevents messy, hard-to-maintain code by enforcing consistent engineering conventions during writing and review.
Core Features & Use Cases
- Documentation discipline: Avoids redundant comments and ensures TODO markers represent real external blockers.
- Commit and git workflow quality: Establishes commit-message structure and safe history editing practices.
- Scope and change hygiene: Reduces drive-by changes and clarifies what is truly in scope.
- Safer engineering defaults: Requires data validation at boundaries and mandates full build verification.
- Attribution and compliance: Guides safe handling of external code with licensing and audit-friendly commits.
Quick Start
Load the style skill and use it to check a proposed change for scope discipline, comment/TODO misuse, and whether a full build verification is required.