git-commit — for Claude Code git-commit, forklift-documentation, community, for Claude Code, ide skills, forklift, upstream, git diff --staged, git status, The title line is

v1.0.0

About this Skill

Ideal for AI agents that need git commit message skill. git-commit is an AI agent skill for git commit message skill.

Features

Git Commit Message Skill
Run git diff --staged (and git status) to understand the changes.
Determine whether an MTV Jira issue applies. Ask the user for the MTV issue number if not already
Always ask the user : "Was AI used as a co-author for these changes?" If yes, append the AI
Compose the commit message using the appropriate template below.

# Core Topics

kubev2v kubev2v
[20]
[29]
Updated: 4/23/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Ideal for AI agents that need git commit message skill. git-commit is an AI agent skill for git commit message skill.

Core Value

git-commit helps agents git commit message skill. Forklift documentation # Git Commit Message Skill Workflow Run git diff --staged (and git status) to understand the changes. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Ideal Agent Persona

Ideal for AI agents that need git commit message skill.

Capabilities Granted for git-commit

Applying Git Commit Message Skill
Applying Run git diff --staged (and git status) to understand the changes
Applying Determine whether an MTV Jira issue applies. Ask the user for the MTV issue number if not already

! Prerequisites & Limits

  • Requires repository-specific context from the skill documentation
  • Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is git-commit?

Ideal for AI agents that need git commit message skill. git-commit is an AI agent skill for git commit message skill.

How do I install git-commit?

Run the command: npx killer-skills add kubev2v/forklift-documentation/git-commit. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for git-commit?

Key use cases include: Applying Git Commit Message Skill, Applying Run git diff --staged (and git status) to understand the changes, Applying Determine whether an MTV Jira issue applies. Ask the user for the MTV issue number if not already.

Which IDEs are compatible with git-commit?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for git-commit?

Requires repository-specific context from the skill documentation. Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add kubev2v/forklift-documentation/git-commit. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use git-commit immediately in the current project.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

git-commit

Install git-commit, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Git Commit Message Skill

Workflow

  1. Run git diff --staged (and git status) to understand the changes.
  2. Determine whether an MTV Jira issue applies. Ask the user for the MTV issue number if not already known.
  3. Always ask the user: "Was AI used as a co-author for these changes?" If yes, append the AI co-author trailer.
  4. Compose the commit message using the appropriate template below.
  5. Commit using a HEREDOC so the multi-line message is preserved.

Template A — With MTV Issue

Use when an MTV-xxx Jira issue is associated with the change.

MTV-xxx | short description of the change

Explain why this change is needed. Focus on intent, not mechanics.

Resolves: MTV-xxx
Ref: https://issues.redhat.com/browse/MTV-xxx

Co-authored-by: AI Assistant <ai-assistant@noreply.redhat.com>

Signed-off-by: {name} <{email}>
  • The title line is: MTV-xxx | short description (imperative mood, lowercase after the pipe).
  • The body paragraph explains why, not what.
  • Resolves and Ref reference the same MTV issue.
  • Omit the Co-authored-by line if AI was not a co-author.

Template B — Without MTV Issue

Use for housekeeping work that has no Jira ticket (docs cleanup, CI tweaks, dependency bumps, etc.).

chore(type): short description of the change

Explain why this change is needed.

Resolves: none

Co-authored-by: AI Assistant <ai-assistant@noreply.redhat.com>

Signed-off-by: {name} <{email}>
  • The title follows conventional-commit style: chore(type): description. Common types: docs, ci, deps, lint, test, config.
  • Resolves: none — no Jira reference.
  • Ref line is omitted entirely.
  • Omit the Co-authored-by line if AI was not a co-author.

Commit Command

Always use a HEREDOC to preserve formatting:

bash
1git commit -m "$(cat <<'EOF' 2MTV-123 | add migration network performance guidance 3 4Document the impact of dedicated migration networks on transfer 5throughput so users can make informed network topology decisions. 6 7Resolves: MTV-123 8Ref: https://issues.redhat.com/browse/MTV-123 9 10Signed-off-by: yaacov <kobi.zamir@gmail.com> 11Co-authored-by: AI Assistant <ai-assistant@noreply.redhat.com> 12EOF 13)"

Rules

  • Get the signer identity from git config user.name / git config user.email.
  • Never fabricate an MTV issue number — ask the user.
  • Always ask whether AI co-authored before composing the message.
  • Keep the title line under 72 characters.
  • Use imperative mood in the title ("add", "fix", "update", not "added", "fixes").

Related Skills

Looking for an alternative to git-commit or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer