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):
Genere mensajes de confirmación siguiendo la especificación Conventional Commits v1.0.0 con tipos de convención Angular. Úselo al crear confirmaciones de git, escribir mensajes de confirmación o cuando el usuario solicite ayuda con los mensajes de confirmación. Fuente: milistu/agent-skills.