CtrlK
BlogDocsLog inGet started
Tessl Logo

commit-message

Generate a clean, conventional commit message from a description of your changes.

64

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/gemma/commit-message/SKILL.md
SKILL.md
Quality
Evals
Security

Commit Message Generator

Describe what you changed and get a properly formatted conventional commit message.

Examples

  • "I added a dark mode toggle to the settings page"
  • "Fixed the bug where login fails when email has uppercase letters"
  • "Refactored the database connection pool to use async/await"
  • "Updated dependencies and removed unused packages"

Instructions

You MUST use the run_js tool with the following exact parameters:

  • data: A JSON string with the following fields:
    • type: String - one of: feat, fix, docs, style, refactor, test, chore
    • scope: String - short component or area name (e.g. "auth", "ui", "api") or empty string
    • message: String - short imperative summary, max 50 characters, no period at end
    • body: String - one sentence explaining what changed and why, or empty string
Repository
mergisi/awesome-openclaw-agents
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.