What problem does it solve? Teams running Lintel's 33 hooks have no visibility into which hooks actually fire, which get overridden repeatedly, and which are dead weight. This Skill reads the hooks.jsonl audit log and turns raw hook events into an actionable observation report. ## Core Features & Use Cases - Trigger Aggregation: Counts hook triggers over a configurable time window and surfaces a table of hook name, trigger count, and last trigger timestamp. - Override Pattern Detection: Groups override events by hook and reason, flagging any hook overridden more than 5 times in 7 days as a friction signal. - Dead Hook Detection: Cross-references installed hooks against trigger history to flag hooks with zero triggers over N days as cleanup candidates. - Use Case: Before a maintenance pass, run the dead-hook view with a 90-day window to identify hooks that never fire, then validate their install state before removing them. ## Quick Start Ask the agent to run the hooks-status skill with the triggers view over the last 30 days to see which hooks actually fire.