/code-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md. Review code changes with a structured lens on security, performance, correctness, and maintainability. Usage Review the provided code changes: @$1 If no specific file or URL is provided, ask what to review. How It Works Review Dimensions Security - SQL injection, XSS, CSRF - Authentication and authorization flaws - Secrets or credentials in code - Insecure deserialization - Path traversal - SSRF Performance - N+1 queries - Unnecessary memory allocations - Algorithmic complexity (O(n²…