What problem does it solve? Codebases accumulate quality issues, security gaps, and convention drift over time, and manual reviews are inconsistent. This Skill applies a structured three-phase review-and-refactor process so code health checks follow the same criteria every time. ## Core Features & Use Cases - Structured Three-Phase Workflow: Gathers context from project instruction files, reviews code systematically, then refactors with prioritized fixes. - Multi-Dimension Review: Checks naming, single responsibility, DRY violations, error handling, OWASP-style security issues, and test coverage. - MCP-Specific Checks: Validates tool naming conventions, annotations (readOnlyHint, destructiveHint), pagination metadata, and response formats for MCP servers. - Use Case: Ask the assistant to review a Go MCP server module; it reads your coding guidelines, flags hardcoded secrets and missing tool annotations, then applies prioritized refactorings while keeping tests passing. ## Quick Start Ask the assistant to review and refactor the code in a specific module or the whole project for quality, security, and best practices.