# code-review > Review the selected changes for: - Correctness (logic, edge cases, error handling) - Security (secrets, injections, authz/authn assumptions) - Performance (unnecessary work, N+1, excessive renders) - Maintainability (naming, structure, cohesion) - Tests (are the right things covered, no snapshots) - Author: Michael Amore - Repository: mjamore/ai-rules - Version: 20260124085723 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/mjamore/ai-rules - Web: https://mule.run/skillshub/@@mjamore/ai-rules~code-review:20260124085723 --- # Code Review Review the selected changes for: - Correctness (logic, edge cases, error handling) - Security (secrets, injections, authz/authn assumptions) - Performance (unnecessary work, N+1, excessive renders) - Maintainability (naming, structure, cohesion) - Tests (are the right things covered, no snapshots) Output: 1) Summary (2-4 bullets) 2) Issues (prioritized, with suggested fixes) 3) Optional improvements