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 issues directly on the code. ## Core Features & Use Cases - Automated Change Detection: Identifies the set of changed files in the current session using git status and git diff. - Inline Review Comments: Attaches specific, actionable comments to exact file URIs and line ranges via the addComment tool, 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 your editor, trigger the review to get high-signal feedback on each changed line 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 it finds.