> generating-smart-commits

This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.

fetch
$curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/git-commit-smart?format=md"
SKILL.mdgenerating-smart-commits

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.

> related_skills --same-repo

> agent-context-loader

PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".

> Google Cloud Agent SDK Master

Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold

> Vertex AI Media Master

Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I

> yaml-master

PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.

┌ stats

installs/wk0
░░░░░░░░░░
github stars1.6K
██████████
first seenMar 17, 2026
└────────────

┌ repo

jeremylongshore/claude-code-plugins-plus-skills
by jeremylongshore
└────────────

┌ tags

└────────────