Paste flows work best with a coherent unit: a route handler plus its helpers, a React component with hooks it calls, or a service module - not three unrelated exports stripped of imports.
Linters and formatters should stay in CI. CodeCritic is aimed at reasoning: “this change can throw before the catch runs” beats “prefer const”.
For large refactors, split behavior changes from mechanical moves. Mixed diffs confuse every reviewer, automated or human.
If you ship through GitHub, connect the repository once and run reviews on the PR diff so comments sit next to the lines reviewers already discuss.
Paid tiers add API and Action automation when you want the same checks on every push, not only when someone remembers to paste.
Pair automated output with your existing test suite: AI can miss business rules that only your domain tests encode.
Details: Integrations, Limitations, Pricing.
Framework guide: React code review guide