What problem does it solve? At the end of a research session, drafting a correctly formatted commit message and the corresponding knowledge-base entry are two separate, error-prone tasks. This Skill combines them into one step, producing a properly prefixed commit message (≤72 chars) and a matching Obsidian vault entry, both ready to copy-paste. ## Core Features & Use Cases - Prefix classification: Selects the correct prefix ([RESULT]/[DECISION]/[NEGATIVE]/[PIPELINE]/[DATA]/[EXPLORE]) based on what the work produced, with a defined priority order for mixed outputs. - Dual output: Produces both the commit message and the vault entry routed to the correct destination (Computational-Log, CONVENTIONS.md, permanent notes, or pipeline/dataset docs). - Windows-safe delivery: Includes PowerShell 5.1 guidance for writing UTF-8 without BOM so the repository's prepare-commit-msg hook correctly detects the prefix. - Use Case: After running a permutation test that yielded a significant result, invoke the skill to get a [RESULT] P01-B: ... commit message plus a formatted Computational-Log entry with the key metrics table. ## Quick Start Ask the assistant to run /commit-log with the appropriate type, for example by saying: draft the commit message and vault entry for the result I just produced.