Review changes with DeepSeek
review_changesGet an independent code review of your git diff before a PR. DeepSeek analyzes the current changes and returns findings grouped by severity with file:line anchors.
Instructions
Get an independent code review from DeepSeek on the current git changes. The server runs the diff itself, so do NOT paste code into this call — just say which changes to look at. Worth using for substantial changes (a feature, a refactor, anything before a PR); not worth the round trip for one-line edits. Returns findings grouped by severity with file:line anchors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Git ref to compare against, e.g. "main". Omit to review uncommitted work against HEAD. | |
| focus | No | What to weight most, e.g. "concurrency safety" or "the new caching layer". Include anything the reviewer would need that is not visible in the diff. | |
| paths | No | Limit the diff to these paths, relative to the repo root. |