What problem does it solve? After a work session or code review, leftover findings pile up with no clear verdict — some may be duplicates, some already tracked, some false alarms. This Skill rules every finding cold: each claim is re-verified by an independent checker, deduplicated, searched against the issue tracker, and assigned exactly one outcome, all shown in a single table where every row states whether it was verified. ## Core Features & Use Cases - Independent verification: Each candidate finding is re-measured by a verifier that never saw the finder's reasoning, so unproven or refuted claims are caught before they become tracker noise. - Deduplication and mechanism grouping: Findings reported multiple times collapse into one candidate, and confirmed findings sharing a root cause are grouped into a single row rated by their most severe instance. - Tracker-aware ruling: Every confirmed row is searched against the issue tracker and ruled as INTO an existing issue, DROP, a new record proposal, or HAND OVER as a unit of work — with no writes happening without the user's explicit word. - Use Case: A session finishes a feature branch with eight unresolved reviewer comments. Run the pass to verify each against the current base, drop the two already tracked as issue #42, group three sharing one cause, and present a ranked table of proposals for the user to approve. ## Quick Start Ask the assistant to run a cold findings pass over the findings left standing from this session and show the verified results in one table.