This automates the entire git commit workflow with smart defaults for atomic commits. It stages files you've touched in the current session, analyzes the diff to generate a conventional commit message with proper type and scope, and optionally pushes. The deep analysis mode catches breaking changes and explains the why, not just the what. It handles issue linking by scanning your chat history for GitHub references and appending the right trailers. The best part is how it handles partial work: it only commits what you changed this session and leaves other uncommitted hunks alone instead of forcing you into interactive staging. Use the all flag when you actually want everything, or let it default to surgical commits that keep your history clean.
npx skills add https://github.com/paulrberg/agent-skills --skill commit