What problem does it solve?
This Skill eliminates the risk of accumulating technical debt in recent commits by catching overlooked code quality issues like duplicated logic, untestable business logic, and inconsistent coding patterns before they are merged into the codebase.
Core Features & Use Cases
- Latest Commit Scoped Review: Limits analysis exclusively to files changed in the most recent commit to deliver focused, actionable feedback without noise from unrelated code.
- Multi-Category Quality Checks: Evaluates changes for DRY violations, testability gaps, low-value test coverage, unnecessary complexity, and alignment with project-specific conventions including repository pattern, Zod validation, and co-located tests.
- Use Case: After pushing a commit that adds a new user authentication feature, use this Skill to identify duplicated validation logic, extract business rules from UI components into testable services, and ensure new code matches existing type and export patterns.
Quick Start
Invoke the polish-head skill to review the code changes in your latest commit for quality and consistency issues.