Back to Skills

generating-smart-commits

jeremylongshore
Updated Yesterday
19 views
712
74
712
View on GitHub
Metaaiautomation

About

This skill automatically generates conventional commit messages by analyzing staged Git changes. It determines commit types, identifies breaking changes, and formats messages to meet standards. Use it when creating commits via commands like `/gc` or after running `git add`.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/generating-smart-commits

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill empowers Claude to create well-formatted, informative commit messages automatically. By analyzing staged changes, it generates messages that adhere to conventional commit standards, saving developers time and ensuring consistency.

How It Works

  1. Analyzing Staged Changes: The skill examines the changes currently staged in the Git repository.
  2. Generating Commit Message: Based on the analysis, it constructs a conventional commit message, including type, scope, and description.
  3. Presenting for Confirmation: The generated message is displayed to the user for review and approval.

When to Use This Skill

This skill activates when you need to:

  • Create a commit message from staged changes.
  • Generate a conventional commit message.
  • Use the /commit-smart or /gc command.
  • Automate the commit message writing process.

Examples

Example 1: Adding a New Feature

User request: "Generate a commit message for adding user authentication"

The skill will:

  1. Analyze the staged changes related to user authentication.
  2. Generate a commit message like: feat(auth): Implement user authentication module.
  3. Present the message to the user for confirmation.

Example 2: Fixing a Bug

User request: "/gc fix for login issue"

The skill will:

  1. Analyze the staged changes related to the login issue.
  2. Generate a commit message like: fix(login): Resolve issue with incorrect password validation.
  3. Present the message to the user for confirmation.

Best Practices

  • Stage Related Changes: Ensure that only related changes are staged before generating the commit message.
  • Review Carefully: Always review the generated commit message before committing to ensure accuracy and clarity.
  • Provide Context: If necessary, provide additional context in the request to guide the AI analysis (e.g., /gc - emphasize that this fixes a security vulnerability).

Integration

This skill integrates directly with the Git repository through Claude Code. It complements other Git-related skills by providing a streamlined way to create informative and standardized commit messages.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/skills-migration-20251108-070147/plugins/devops/git-commit-smart/skills/git-commit-smart
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill