What problem does it solve? Turning messy end-of-day notes (often in Ukrainian, English, or mixed) into a clean, consistent work log is repetitive and error-prone - ticket IDs need normalizing, times need summing, and multi-project days need grouping. This Skill automates that conversion into a strict, copy-ready format. ## Core Features & Use Cases - Structured log generation: Converts raw notes into a dated, past-tense English work log with ticket IDs uppercased, times normalized (h/m, decimal hours, Ukrainian units), and a verified total. - Multi-prefix and multi-day grouping: Groups tasks by project or ticket prefix, orders groups by time spent, and splits multi-day input into per-day sections with resolved dates. - Verified time totals: Drafted lines are checked with a bundled Node.js script (scripts/total-time.js) so the printed Total time always matches the sum of the entries. - Use Case: Paste a day's mixed Ukrainian/English notes like 'ABC-1319 - 2г досліджував проблему...' and receive a formatted log block ready to submit, with edge cases (relative dates, day off, tickets spanning days) handled per references/edge-cases.md. ## Quick Start Type 'dev-log' followed by your raw work notes for the day and ask for the structured work log.