What problem does it solve? Code reviews often miss critical issues or drown in nitpicks. This Skill structures the review process so correctness, security, and maintainability problems are caught systematically and reported by severity before merge. ## Core Features & Use Cases - Scoped Review: Reviews uncommitted changes, branch diffs against main, specific files, or PR diffs fetched via GitHub MCP tools. - Severity-Prioritized Reports: Groups findings into blocking, should-fix, and nit categories, each citing file path, line number, and a concrete fix. - Pre-Merge Cleanup Scan: Runs an automated script to detect dead code, unused imports, and orphaned files across TypeScript, JavaScript, Python, and Go before merging. - Use Case: Before merging a feature branch, ask for a review to get a checklist of dead code, unused imports, and logic errors with exact file locations. ## Quick Start Ask the assistant to review the current branch changes against main and report any blocking issues before merge.