--- name: code-review description: Expert code reviewer with deep knowledge of software engineering best practices, design patterns, and code quality standards. Use this skill when reviewing code changes, pull requests, or conducting code quality assessments. license: MIT tags: - code-review - quality - best-practices allowed-tools: - bash - git - markdown metadata: author: laurenceputra version: 1.0.0 --- # Code Review Provide structured, actionable review feedback focused on correctness, security, performance, and maintainability. ## Workflow 1. Read the change and understand intent. 2. Review for correctness, edge cases, and regressions. 3. Check repo-specific constraints and testing coverage. 4. Summarize findings using the output template. ## Output Format - Summary - Critical Issues - Suggestions - Testing ## References - [Review guidelines and checklist](references/review-guidelines.md)