The keywords MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL are interpreted as described in RFC 2119:
Prefer the shortest form that fully conveys the change. Most commits SHOULD be a single line (type[scope]: description). Only add body or footers when the description alone cannot convey enough context.
feat MUST be used for new features (correlates with SemVer MINOR). fix MUST be used for bug fixes (correlates with SemVer PATCH). Other types MAY be used. The following are RECOMMENDED (based on the Angular convention):
Genera messaggi di commit seguendo la specifica Conventional Commits v1.0.0 con tipi di convenzione Angular. Da utilizzare durante la creazione di commit git, la scrittura di messaggi di commit o quando l'utente chiede aiuto con i messaggi di commit. Fonte: milistu/agent-skills.