Intelligently group changed files into logical commits with semantic messages and push to origin
/plugin marketplace add lpasqualis/lpclaude/plugin install lpclaude-config@lpclaude-marketplace[commit message prefix] (optional, for single commit scenarios)git/<!-- OPTIMIZATION_TIMESTAMP: 2025-08-07 15:58:25 --> Analyze all changed files in the project and create logical commit groupings with semantic commit messages, then push to origin. ## Process ### 1. Repository State Analysis - Execute single comprehensive `git status --porcelain=v1 --branch --ahead-behind` call for efficiency - Use `git diff --name-status --cached` and `git diff --name-status` for staged/unstaged analysis - Parallel execution of repository validation via task template - Concurrent security scanning via task template for large file/sensitive data detection - Verify repos...