This is a straightforward wrapper around conventional commits for Azure DevOps repositories. It reads your current git state (status, branch, diffs, recent commits) and helps you create properly formatted commits that follow ADO conventions, specifically handling work item trailers and PR reviewer communication patterns. The skill itself is mostly repo-agnostic git commands with a thin ADO layer on top. If you're working in Azure DevOps and want to enforce commit standards without memorizing the format every time, this saves you the friction. It's part of the larger atomic skill collection from flora131, which has picked up 234 stars and passed security audits from the major platforms.
npx skills add https://github.com/flora131/atomic --skill ado-commit