What problem does it solve? After long debugging sessions, recurring environment and tooling problems (encoding errors, path issues, build failures) are easily forgotten, forcing developers to repeat the same trial-and-error. This Skill scans the conversation, identifies recurring infrastructure issues, and records confirmed ones in a persistent known-issues document. ## Core Features & Use Cases - Conversation Scanning: Detects problems that recurred 2+ times or required 3+ attempts, filtering out one-time mistakes and business logic bugs. - Deduplication with Counters: Compares candidates against existing entries in doc/known-issues.md and silently increments the occurrence counter for already-documented issues. - User-Confirmed Documentation: Drafts symptom/root-cause/solution summaries, asks for approval, then appends confirmed issues with an occurrence counter. - Use Case: After a session fighting Windows encoding and JAVA_HOME problems, run the skill to capture proven fixes so future sessions skip the trial-and-error. ## Quick Start Ask the AI to summarize the recurring environment problems from this session and add the confirmed ones to doc/known-issues.md.