What problem does it solve? Manually reviewing every changed file in a coding session is slow and easy to skip, letting bugs, security issues, and inconsistencies slip through. This Skill automates the review pass by inspecting the session's diff and surfacing concrete issues directly on the code. ## Core Features & Use Cases - Automated Diff Review: Detects changed files via git status and git diff, then reviews each change for correctness, edge cases, security, and error handling. - Inline Comments: Attaches specific, actionable comments to exact file URIs and line ranges using the addComment tool, rather than a single vague summary. - Read-Only Safety: Never modifies files, commits, or pushes; its only output is review comments. - Use Case: After finishing a feature branch in a session, trigger the Run Code Review action to get high-signal feedback on bugs, missing tests, and naming inconsistencies before merging. ## 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.