What problem does it solve? Keeping an accurate record of what was done during a work session is tedious, and reconstructing it later from memory or diffs produces vague, unreliable summaries. This Skill maintains a committed per-session work log in the repository and turns it into a professional email report with a detailed PDF attachment, sent over SMTP. ## Core Features & Use Cases - Structured session logging: Start, log, and end work sessions via a single CLI, capturing summaries, detail prose, code files, systems, databases, tables, commands, and ticket references per entry. - Batched email reporting: Generate an HTML email with a high-level summary plus a full-detail PDF attachment, covering everything since the last report, a single session, today, or all history. - Safe delivery controls: Dry-run previews, config validation, environment-variable-only SMTP credentials, and auto-email that is off by default. - Use Case: At the end of a day spent fixing a production incident, run one command to email your manager a report covering all sessions, with the root-cause narrative in the body and exact commands and tables touched in the attached PDF. ## Quick Start Ask the AI to start a work log session for your current task, log each completed piece of work as you go, and send the end-of-day report when you are done.