Install
openclaw skills install @widoxm/conventional-commitsWrite git commit messages that follow the Conventional Commits spec. Use whenever the user asks to write, draft, or improve a commit message, or says "commit".
openclaw skills install @widoxm/conventional-commitsWrite concise, conventional commit messages based on the current diff.
<type>(<scope>): <subject>
<body> # optional, explain the "why"
<footer> # optional, e.g. "BREAKING CHANGE: ..." or issue refs
feat — new featurefix — bug fixdocs — documentation onlystyle — formatting, no logic changerefactor — code change that neither fixes a bug nor adds a featureperf — performance improvementtest — adding/updating testsbuild — build system or external dependenciesci — CI configurationchore — other maintenancescope only when it clarifies the affected area.git diff (staged) or git diff HEAD.type.