What problem does it solve? Writing consistent, well-formatted commit messages is repetitive and often inconsistent across a team. This Skill inspects your staged changes and creates commits that follow repository conventions, include issue references, and protect sensitive data. ## Core Features & Use Cases - Convention-Aware Messages: Matches the recent commit style of the repository and keeps subjects short and specific. - Issue Linking & Attribution: Adds Fixes <issue> or Refs <issue> references and appends Co-Authored-By model attribution to every commit. - Safety Guardrails: Prompts before committing directly to main or master, strips PII and customer names from messages, and splits unrelated changes into separate commits. - Use Case: After fixing a login bug tracked as issue #42, ask the assistant to commit your changes and receive a commit like "Fix session timeout on token refresh" with Fixes #42 and proper co-author attribution. ## Quick Start Ask the assistant to commit the current changes with an appropriate message referencing the related issue.