Write a commit message for the currently staged or uncommitted changes
Scanned 9/3/2026
Install to Claude Code
npx -y skills add architects-toolkit/SmartHopper --skill commit-message --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commit Message?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/architects-toolkit-commit-message)More formats (shields.io, HTML) on the badges page.
---
name: commit-message
description: Write a commit message for the currently staged or uncommitted changes
allowed-tools:
- exec
- read
triggers:
- user
- model
---
The aim is to return a Conventional Commit message `<type>(<scope>): <subject>` for the current staged or uncommitted changes.
1. Check for staged changes or, if none, all uncommitted changes.
2. Analyze them.
3. Return one semantic commit message.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!