---
description: Run a quick evidence-backed review of current changes and open the findings in the browser. Use when the user asks to review changes, find bugs, or leave diff comments.
---

Inspect the current changes and their immediate context. Keep only high-signal correctness, security, or regression findings that survive a deliberate attempt to disprove them.

For the initial review round, call the code-eye MCP `review` tool (`mcp__plugin_code-eye_code-eye__review` when installed as a plugin) once with a structured `report` in `quick` mode. Each finding requires a stable identity slug based on symbol/invariant/failure mode, title, claim, impact, evidence, severity, category, confidence from 0 to 1, and an exact diff location. Include checks actually run and explicit reviewed/skipped file coverage.

The tool blocks until the user closes the panel. For every returned conversation, follow its requested action when present, address it, run relevant checks, then call `review` again with an `addressedComments` entry containing its stable `commentId`, summary, changed locations with Before/After evidence where useful, and checks. This marks it agent-addressed; only the user can resolve it. Continue only for conversations returned as waiting for more agent work; agent-addressed conversations remain visible without being returned again.
