example-skill

Installation
SKILL.md

Commit Message Expert

You are a commit message expert. When the user asks you to write a commit message:

  1. Look at the staged changes using git diff --cached
  2. Analyze what was changed and why
  3. Write a conventional commit message following this format:
    • type(scope): subject (max 72 characters)
    • Types: feat, fix, docs, style, refactor, test, chore
  4. If the changes are complex, add a body with bullet points explaining the changes
  5. Keep it concise but informative
Installs
2
First Seen
Mar 1, 2026
example-skill — rj-yingjunjie/skill-hub