Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Security Analysis
high confidenceThis is an instruction-only skill that documents and enforces the Conventional Commits format for crafting commit messages; its requirements and instructions are consistent with that purpose and it does not request credentials or install code.
The skill's name and description match the SKILL.md content: both describe formatting commit messages according to the Conventional Commits spec. There are no extra binaries, env vars, or unrelated requirements.
SKILL.md contains only guidance and examples for composing commit messages. It does not instruct the agent to read files, access environment variables, call external endpoints, or execute system commands beyond generating text for commit messages.
No install specification or code files are present. This is the lowest-risk model (instruction-only) and nothing will be written to disk or downloaded during install.
The skill declares no environment variables, credentials, or config paths. Nothing requested appears disproportionate to the described purpose of generating/formating commit messages.
The skill is not marked always:true and uses the default model-invocation settings. It does not request persistent system privileges or attempt to modify other skills or system-wide settings.
Guidance
This skill is instruction-only and simply provides rules and examples for writing Conventional Commits — it does not install software or request credentials. Before relying on it: (1) review any commit messages the agent generates before you actually run git commit, since messages can trigger CI/release automation; (2) if your repository has additional or stricter commit conventions, verify compatibility; and (3) avoid granting broader privileges (for example always:true or automated commit execution) unless you explicitly want the agent to operate on your repo without manual confirmation.
Latest Release
v1.0.1
- Added metadata section with author and version information to the skill definition. - No changes to functionality or documentation content.
More by @bastos
Published by @bastos on ClawHub