What problem does it solve? Codebases accumulate comment debt: outdated explanations, obvious narrations, and commented-out code that mislead developers and increase maintenance cost. This Skill aggressively audits comments and enforces a strict keep-or-delete policy. ## Core Features & Use Cases - Aggressive Comment Classification: Sorts every comment into REMOVE, IMPROVE, or KEEP based on seven strict legitimate categories (public API docs, business WHY, external constraints, and more). - Git-Aware Targeting: Automatically scopes the review to uncommitted changes, the latest commit, or the full project based on your input. - Multi-Language Support: Recognizes comment syntax for TypeScript, JavaScript, Go, Python, HTML, and JSX. - Use Case: Before merging a pull request, run the review on your uncommitted changes to strip redundant comments and get refactoring suggestions (like renaming functions) so the code explains itself. ## Quick Start Review the comments in my uncommitted changes and remove any that are unnecessary.