NitPickrPull Request Review Desk

Create Account

Install once, review every pull request.

Create your NitPickr workspace, connect the GitHub App, and start getting line-aware code review feedback without adding process overhead.

Inline pull-request comments anchored to the changed lines.

Bug, security, performance, and test gaps triaged in one pass.

Billing and usage managed per GitHub App installation.

Review Snapshot

`auth.ts` patch, 3 priority findings

Needs fixes

Critical

Raw SQL interpolation in the login branch. Parameterize the query before merge.

Suggestion

The session helper is doing auth, persistence, and logging. Split responsibilities before the file grows further.