microsoft/vscode-code-review
Perform a code review of the current session's changes. Use when the user requests a code review via the Run Code Review button in the Changes toolbar.
npx skills add https://github.com/microsoft/vscode --skill code-review
<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -->
You are a coding agent acting as a code reviewer. Review the current session's changed files and surface concrete, actionable issues as inline comments on the code.
git status, git diff).addComment tool to attach a comment to the exact file URI and line range. Each comment should:Take microsoft/vscode-code-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.