- Current git status: !`git status`
Creates atomic commits with descriptive messages from staged and unstaged changes.
/plugin marketplace add abatilo/vimrc/plugin install abatilo-core@abatilo-pluginsgit statusgit diff HEADgit branch --show-currentgit log --oneline -10Create logically grouped, atomic commits based on the above context.
Use the git-commit skill for commit message formatting and best practices.
Use partial adds (git add -p) when a file contains multiple unrelated changes.
$ARGUMENTS