Structured code-review checklist for a pull request.
Script Body
I will paste a diff or PR summary. Produce a structured review covering: correctness (logic errors, edge cases, error handling), security (input validation, secrets, injection vectors), performance (N+1 patterns, allocations in hot loops), testing (coverage of new branches, missing failure cases), readability (naming, function size, comments), and dependencies (new packages,…โฆ