Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Local Review for AINew to Visual Studio Code? Get it now.
Local Review for AI

Local Review for AI

ishiyama

|
2 installs
| (0) | Free
Collect review comments on local and export Markdown for AI agents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Local Review for AI 🤖

This plugin lets you add review comments to local changes (like GitHub PR reviews) and then batch-convert those comments into AI-friendly Markdown. It is intended as a tool for reviewing code changes made by AI agents.

Feature 1: Submit comments ✅

Feature 1

Feature 2: Copy block ✨

Feature 2

Sample copy content 📋

### AI Guide
- `Line Status`: diff role. `Added`(+), `Deleted`(-), `Modified (Original)`(old), `Modified (Updated)`(new), `Unchanged`(context). Omitted for `file`.
- `Line`: anchor for `Unchanged`; label is `Original` on old side, otherwise `Updated`.
- `Original Line`: old-side line number (if present).
- `Modified Line`: new-side line number/range `<n>` or `<start> - <end>` (if present).

@local-review-for-ai/.oxfmtrc.json
- Line Status: Added
- Modified Line: 4

```json
  "endOfLine": "lf",
  "printWidth": 100,
  "semi": true,
```

change to 120!!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft