Split git changes into context-based micro-commits
/plugin marketplace add gendosu/ccmp/plugin install gendosu-cccp-plugins-cccp@gendosu/ccmpCommits unstaged changes by grouping them into logical micro-commits using the git-operations-specialist skill. ## Skills - use git-operations-specialist skill ## Skill Instructions **IMPORTANT: Use the git-operations-specialist skill for ALL git-related operations in this command.** Analyze all unstaged changes and execute multiple micro-commits, grouping related changes together. ### Required Execution Items 1. **Check Current Status**: Run `git status` to identify all unstaged changes 2. **Group Changes by Context**: Analyze the changes and group them logically: - **By File Ty...