What problem does it solve? Writing daily work logs from memory is tedious and error-prone. This Skill turns your actual Git commit history into a concise, dated daily log, so your record reflects what you really did rather than what you remember. ## Core Features & Use Cases - Git-based evidence gathering: Scans the current repository and optionally configured work projects across branches and upstreams, filtering commits by your configured Git author name for a single date or a range. - Outcome-oriented summarization: Groups related commits into concrete work items, folding follow-up fixes and formatting churn into the outcome they supported instead of restating commit subjects. - Draft or record modes: Returns a draft on request, or writes entries into a Markdown log file using per-date markers that support safe refresh, insertion in date order, and unattended scheduled runs. - Use Case: At the end of the day, ask for a daily log and get a numbered summary of completed work across your projects, then have it recorded into your running log file without disturbing your own notes. ## Quick Start Ask the agent to generate today's daily work log from my Git activity, then record it to my log file.