Skip to main content

Git Commit

Skill Verified Active

Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.

Purpose

To help users create well-crafted, conventional git commit messages automatically, improving commit history clarity and consistency.

Features

  • Review staged and unstaged changes
  • Draft commit messages following conventional commits
  • Focus on 'why' changes were made
  • Enforce message length and structure
  • Utilize standard git commands

Use Cases

  • When user wants to save changes with a good commit message
  • After making code changes and staging them
  • When unsure about commit message best practices
  • To maintain a consistent commit history

Non-Goals

  • Pushing commits to remote repositories
  • Skipping git hooks or verification
  • Performing destructive git operations beyond standard commit amends/resets

Practices

  • Conventional Commits
  • Code Review
  • Version Control Best Practices

Prerequisites

  • Git installed and configured
  • Staged changes in the repository
  • Bash and standard git commands available in the runtime environment

Documentation

  • info:READMEThe README is comprehensive but very long, though it does not detract from the core functionality described in the SKILL.md.

Installation

npx skills add SeifBenayed/claude-code-sdk

Runs the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.

Quality Score

Verified
99 /100
Analyzed about 21 hours ago

Trust Signals

Last commitabout 1 month ago
Stars114
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.