git-committer

Generates conventional one line commit messages from a git diff

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-committer" with this command: npx skills add hexsis-llc/skills/hexsis-llc-skills-git-committer

Generating a git commit message

Instructions

  1. Run git status --short, git diff, and git diff --staged to gather current changes, including untracked files
  2. If there are staged files, generate commit message suggestions using only staged changes (including staged newly added files)
  3. If there are no staged files, include unstaged diff changes and untracked files in the suggestion context
  4. For untracked files, inspect file names and content (for example with git status --short and cat/sed) so they are represented in the suggested message
  5. For more context, get the last 5 to 10 commit messages as well
  6. Suggest a commit message:
    • The commit message should be a single line
    • The commit message should be a summary of the changes
    • The commit message should follow conventional commit conventions
    • If there too many changes, suggest multiple commit messages with a split of files between each commit message

Best practices

  1. Use present tense
  2. After the tag (e.g. feat:), the first letter should be capitalized, unless it's a symbol like a function name

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

git-committer

No summary provided by upstream source.

Repository SourceNeeds Review
General

gwt-tester

No summary provided by upstream source.

Repository SourceNeeds Review
General

pub-package-explorer

No summary provided by upstream source.

Repository SourceNeeds Review
General

OpenClaw Skill Growth

Make OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated...

Registry SourceRecently Updated
171Profile unavailable