Stage and commit the working-tree changes.
- Run
git statusandgit diffto see what changed. - Draft a conventional-commit message from the diff. If $ARGUMENTS is non-empty, use it as the message instead.
- Show the user the file list and the message; wait for approval.
- On approval:
git addthe reviewed files andgit commit.
Never push — committing is this skill's whole job.