What problem does it solve? Committing work in a jj (Jujutsu) repository while keeping an audit trail on a crosslink-tracked issue requires manual, error-prone steps. This Skill automates the full flow: reviewing the diff, writing a conventional commit message, committing, and posting a result comment to the active crosslink issue. ## Core Features & Use Cases - Automated jj commits: Reviews jj diff --stat, writes a conventional-style message, and commits with jj commit -m without opening an editor. - Crosslink audit trail: After a successful commit, posts a --kind result comment to the active crosslink issue so the work log closes automatically. - Commitlint compatibility: Keeps issue references out of the commit header to avoid conflicts with conventional-commit hooks like the one in OpenWPM. - Use Case: You finish a unit of work in a crosslink-tracked repo and say "commit my changes" — the Skill reviews the diff, commits with a proper message, and logs the result on issue CL-5 in one pass. ## Quick Start Ask the assistant to commit your current changes and it will review the diff, create a conventional jj commit, and record the result on the active crosslink issue.