What problem does it solve? Manually reviewing every change in a coding session is time-consuming and easy to skip, letting bugs, security issues, and inconsistencies slip through. This Skill automates the review pass by inspecting the session's changed files and surfacing concrete, actionable issues directly on the code. ## Core Features & Use Cases - Changed-file detection: Uses git status and git diff to determine exactly which files changed in the current session. - Multi-dimension review: Checks correctness, edge cases, error handling, security, data handling, naming consistency, and test or documentation gaps. - Inline comments: Attaches each finding to the exact file URI and line range via the addComment tool, favoring fewer high-signal comments over stylistic nits. - Use Case: After finishing a feature branch, trigger the review from the Changes toolbar to get line-level feedback on bugs and missing error handling before committing. ## Quick Start Ask the agent to run a code review of the current session's changes and leave inline comments on any issues it finds.