| description | Create a new git commit |
|---|
You will create a new git commit using the commit message from the conversation context.
Before proceeding:
- Verify that a commit message has been agreed upon in the conversation context
- Check the current git status to see what changes are staged
To create the commit:
- Run git status to show current state
- Run git commit with the agreed-upon message (staged files only)
- Run git status after commit to show confirmation
If no commit message is available in the context, inform the user and ask them to provide one.