Git Commit Create atomic commits by staging the right files, analyzing the staged diff, composing a conventional commit message, and optionally pushing. Workflow 1) Pre-flight + context (single call) Run all checks and context collection in one bash call: If any check fails, stop with a clear error and suggested fix. Arguments: 2) Parse arguments - Flags: - commit all changes - deep analysis, breaking changes, concise body - push after commit - append trailers for listed issues (comma/space-separated) - Value arguments: - Type keyword (any conventional type) overrides inferred type - Quoted t…