!`git status`
Automatically stages all changes and creates a 'work in progress' commit with a custom or default message, without any AI signature.
When to use
Use this when you need to quickly save your current, unfinished work to a local Git repository without formal commit messages.
How to invoke
manual via /name or auto-invoked when relevant
npx claudepluginhub fusengine/claude-code-plugins!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.