Code Review Skill <code-review Perform a comprehensive code review following this structured approach. Generate a detailed report covering all sections below. Review Scope Determine what to review: 1. If no argument is provided, ask the user what code they want reviewed 2. If the user wants to review the entire codebase, review the entire codebase. If they ask for a specific file or directory, review that file/directory Review Process Phase 1: Context Gathering Before reviewing, gather context: 1. Read the target file(s) completely 2. Identify related files (imports, types, tests) 3. Understa…