What problem does it solve? Home automation agents can fail quietly — a light drops off the mesh, a thermostat setpoint gets reverted by another automation, a notification never arrives. This Skill catches those silent failures by re-reading the day's activity journal and verifying that every change the agent claimed to make still holds. ## Core Features & Use Cases - Journal Review: Reads the day's activity log via journal_review to enumerate every action the agent took. - State Re-Verification: Re-checks each logged house change with room_status and re-tests anything marked partial or failed. - Capture Inbox Check: Flags unfiled items sitting in capture_pending for more than a day as a system-level problem. - Quiet-by-Default Reporting: Sends nothing on a clean night; notifies through notify at low priority only when something is actually wrong, and never silently re-applies reverted changes. - Use Case: At 11pm the audit finds the kitchen under-cabinet light has been unavailable since 6pm and the upstairs setpoint drifted from 68 back to 64 — it sends one factual low-priority message instead of waking anyone. ## Quick Start Run the nightly audit to review today's journal, verify every house change still holds, and notify me only if something is wrong.