What problem does it solve? Writing well-structured git commits with proper rationale, grouping, and style conventions is tedious and error-prone, especially when switching between Conventional Commits and Zephyr-style repositories. This Skill captures the reasoning already present in your conversation and hands off inspection, grouping, approval gates, and execution to a dedicated git subagent. ## Core Features & Use Cases - Rationale Extraction: Scans the conversation for stated goals, decisions, rejected alternatives, and ticket references to build commit subjects, bodies, and trailers. - Style Auto-Detection: Applies Conventional Commits for app/general repos and Zephyr style for NCS/Zephyr workspace repos automatically. - Doc-Sync Check: Warns when user-visible src/ changes lack corresponding PRD or dev-spec timestamp bumps before committing. - Use Case: After fixing a Wi-Fi reconnection bug in an NCS firmware project, ask to commit and push; the Skill passes the root-cause context and NCSDK ticket reference to the subagent, which proposes a grouped commit plan for your approval. ## Quick Start Ask the assistant to commit and push the current changes using the git commit skill.