What problem does it solve? Nightly self-checks surface findings, but without a persistent record the same issues get re-litigated every session and fixes are applied inconsistently. This Skill provides a structured decisions log so each finding produces one durable, executable rule. ## Core Features & Use Cases - Structured decision entries: Each finding is logged with an Issue (symptom, source, cause) and a Decision (the rule to apply going forward), dated and appended chronologically. - Executable rules, not notes: Decisions are written as actionable rules a future session can apply directly, with pointers to where config or skill changes live so the next check can verify them. - Safe logging conventions: Credentials, tokens, and private paths are excluded; locations are referenced by role, and recurring findings tighten the check rather than repeating the note. - Use Case: After a nightly self-check flags a config mismatch between two locations, record the decision that one location is canonical so future checks stop flagging it as a conflict. ## Quick Start Record the decision from the latest nightly self-check finding in the decisions log using the standard entry format.