npx claudepluginhub fusengine/claude-code-plugins --plugin fuse:commit-pro# WIP Commit ## Current State !`git status` ## Instructions Quick save of current work state. 1. Stage all changes: `git add -A` 2. Generate commit message: - If `$ARGUMENTS` provided: `wip: $ARGUMENTS` - If empty: `wip: work in progress` 3. **NO AI SIGNATURE**: Never add Co-authored-by, Generated by, or any AI mention 4. Execute commit immediately (no confirmation needed for WIP) 5. Show result **Important**: WIP commits should be squashed before merging to main branch.
!git status
Quick save of current work state.
git add -A$ARGUMENTS provided: wip: $ARGUMENTSwip: work in progressImportant: WIP commits should be squashed before merging to main branch.