What problem does it solve? After code reviews or audits generate a backlog of findings, teams need a structured way to decide which items are worth acting on. This Skill walks through each pending todo one by one so nothing is approved or discarded without an explicit decision. ## Core Features & Use Cases - Interactive Item-by-Item Review: Presents each pending todo with severity, category, location, problem scenario, proposed solution, and effort estimate, then asks for an approve, skip, or custom decision. - Status and Priority Management: Renames approved files from pending to ready, maps severity levels (P1/P2/P3) to priority tags, and deletes skipped items. - Progress Tracking and Summary: Shows progress (e.g., 3/10 completed) during triage and produces a final summary of approved versus skipped items. - Use Case: After a code review generates ten findings in the todos directory, run triage to approve the critical transaction-boundary fix, skip low-value items, and hand off the ready list to the resolution workflow. ## Quick Start Triage all pending todos in my todos directory so I can approve or skip each code review finding one by one.