code-review

Review changed files in a session and attach inline comments to code.

10|1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/KevinHuangIsLearning/shortestpath-ide --skill code-review-kevinhuangislearning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/KevinHuangIsLearning/shortestpath-ide/tree/main/src/vs/sessions/skills/code-review
Command: npx skills add https://github.com/KevinHuangIsLearning/shortestpath-ide --skill code-review-kevinhuangislearning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually reviewing every changed file in a coding session is time-consuming and easy to skip, letting bugs, security issues, and inconsistencies slip into the codebase. ## Core Features & Use Cases - Automated change detection: Identifies the session's changed files using git status and git diff, then reviews each one against the surrounding codebase. - Inline review comments: Attaches concrete, actionable comments to exact file URIs and line ranges covering correctness, security, error handling, clarity, and test gaps. - Read-only safety: Never modifies files, commits, or pushes; its only output is review comments. - Use Case: After finishing a feature branch in the IDE, click Run Code Review in the Changes toolbar to receive high-signal inline feedback before opening a pull request. ## Quick Start Ask the agent to run a code review of the current session's changes and leave inline comments on any issues found.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I customize the code review behavior?

Yes. The SKILL.md notes you can customize the skill and save it to override the built-in behavior; deleting that copy restores the default review workflow.