Create commits with well-formatted messages
/plugin marketplace add adeonir/claude-code-extras/plugin install adeonir-git-helpers-plugins-git-helpers-3@adeonir/claude-code-extras-s|--staged# Commit Command Create a commit with a well-formatted message based on the actual file changes. ## Arguments - **No flag**: Stage all modified/new files before committing - **`-s` or `--staged`**: Use only files already staged ## Process 1. **Gather context** (run in parallel): 2. **Analyze changes**: - Review the diff output to understand what changed - Base your analysis solely on the file contents, not conversation context - Determine the appropriate commit type 3. **Stage files** (if not using `-s/--staged`): 4. **Create commit** using HEREDOC format: 5. *...