What problem does it solve? Writing consistent development logs after coding sessions is tedious and often skipped, leaving teams without a record of what changed and why. This Skill automates the creation of structured devlog entries from git history or uncommitted changes. ## Core Features & Use Cases - Commit Summarization: Summarize the last commit, the last N commits, or uncommitted working-tree changes into a structured devlog. - Standardized Frontmatter: Generates YAML frontmatter conforming to a universal artifact schema, including commit hashes and optional run IDs linking to orchestrated runs. - Ticket-Aware Saving: Automatically resolves session context to save the devlog under the correct ticket or project directory with a timestamped filename. - Use Case: After finishing a bug fix across three commits, invoke the Skill with the argument 3 to produce a devlog capturing the problem, solution, and lessons learned, saved to the ticket's artifact directory. ## Quick Start Ask the agent to create a devlog summarizing the last 3 commits and save it to the current ticket's artifact directory.