AGR — Agent-Guided ReviewsTurn a list of changed files into a review you can follow. AGR opens agent-authored review steps in VS Code's native diff editor, with short notes and saved progress. Review a feature in a meaningful order, and revisit different parts of the same file in separate sections. Your Claude Code or Codex agent creates Start a review
Repository skills are installed in Review the scope you need
Give your agent a PR link, branch name, or description of what you want reviewed. The agent records the chosen scope in the guide. For remote reviews, it fetches the Git objects using its existing tooling; AGR reads them locally without checking out another branch. Progress that follows the changesA file can appear in multiple steps, each focused on a specific range. Your notes and review progress are saved in PR and branch reviews pin their commits. Ask the agent to regenerate the guide after remote updates. Default local comparisons follow HEAD. Diffs show saved snapshots; reopen a step to see newer saved edits. Unsaved buffers are excluded. Binary changes are listed for inspection in another viewer. CommandsSearch for AGR in the Command Palette to install skills, export a change snapshot, refresh the guide, open its JSON file, navigate steps, switch reviews, or select a repository in a multi-root workspace. Privacy and local filesAGR makes no network requests, collects no telemetry, and requires no model API key. Your chosen agent handles generation under its own settings and credentials. AGR writes guide progress and, when requested, skill files or an exported snapshot. It does not stage or commit changes. Guide artifacts are excluded from their own review, but remain ordinary files in Git. Add Version 1.1 layoutUse named files such as Local reviews can become stale after edits or commits. Their notes remain accessible, but old local file contents are not archived. Pinned reviews remain usable while their Git objects are available; fetch missing commits when needed. Skill installation locationAGR: Install Agent Skills asks whether to install Globally or in This repository. Global installation works without an open project and writes to Existing skills are not overwritten. Preserve customizations and move existing copies aside before reinstalling. Older repository skills may take precedence over a global installation, so update or remove those copies when switching to global skills. Review files always stay in each project’s HelpIf no review appears, check that the guide is saved directly inside |