# Commit `liting commit` is a wrapper for `git commit`, and its main goal is to standardize **git commit message**. The current specification comes from the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) which is widely recognized in the front-end field. The basic structure is as follows: ``` [scope?]: ```