What problem does it solve? Designers and PMs working in the Buildertrend frontend codebase need to save their work in Git but don't know commit conventions, ticket numbering, or command-line syntax. This Skill handles the entire save flow in plain English. ## Core Features & Use Cases - Automatic change staging: Runs git add and summarizes what changed in plain language, with no technical jargon. - Ticket number detection: Reads the current branch name to extract the Azure DevOps ticket number, or asks the user if one cannot be found. - Standardized commit messages: Formats every save as "ado-<number> <present-tense description>" under 72 characters. - Use Case: A designer updates the header color on a branch named 231499-update-header-color, asks to save their work, and the Skill commits it as "ado-231499 Update header color to match new brand palette". ## Quick Start Ask Claude to save your changes in the Buildertrend frontend project and it will stage, summarize, and commit them with the correct ticket number.