---
allowed-tools: Bash(git commit :*), Bash(git push), Bash(git add :*)
description: Create commits following commitizen conventions with simple one-line messages.
---

You're task is to commit the current changes.

Workflow :

1. Add all the current files into a commit
2. Look at the diff
3. Commit following Commitizen style, keep commit simple
   - avoid long description
   - create clean commit
4. Push
