Agent Skills: Git Commit Helper

Help craft clear, conventional commits. Use when preparing commit messages, organizing changes into commits, or documenting intent and scope for code changes.

UncategorizedID: vadimcomanescu/codex-skills/git-commit-helper

Install this agent skill to your local

pnpm dlx add-skill https://github.com/vadimcomanescu/codex-skills/tree/HEAD/skills/.experimental/devtools/git-commit-helper

Skill Files

Browse the full folder contents for git-commit-helper.

Download Skill

Loading file tree…

skills/.experimental/devtools/git-commit-helper/SKILL.md

Skill Metadata

Name
git-commit-helper
Description
Help craft clear, conventional commits. Use when preparing commit messages, organizing changes into commits, or documenting intent and scope for code changes.

Git Commit Helper

Create concise, high-signal commits that explain intent and scope.

Quick Start

  1. Summarize the change and split unrelated edits.
  2. Choose a conventional commit prefix if applicable.
  3. Write a short subject + optional body describing why.

Guardrails

  • One logical change per commit.
  • Avoid noisy “WIP” messages unless asked.
  • Mention user-visible impact when relevant.

References

  • Extended examples: references/examples.md