One-click install
npx skills add https://github.com/Hebilicious/wrangler-builds --skill git-commit-hebilicious
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/Hebilicious/wrangler-builds/tree/main/.agents/skills/git-commit
Command: npx skills add https://github.com/Hebilicious/wrangler-builds --skill git-commit-hebilicious

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create standardized git commits by analyzing diffs to determine type, scope, and message.

Core Features & Use Cases

  • Analyze the diff to infer type, scope, and description.
  • Generate conventional commit messages from changes.
  • Interactive commit with optional overrides for type/scope/description.
  • Intelligent file staging for logical grouping.

Quick Start

Ask the tool to commit the currently staged changes using a conventional message derived from the diff.

Frequently Asked Questions about git-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate conventional commit messages from staged git changes?

The tool generates conventional commit messages by analyzing staged git diffs to automatically infer the type, scope, and description, creating a standardized commit message without manual entry.

Can I override the inferred type and scope of an automated commit message?

Yes, you can override the inferred type and scope during the interactive commit process, allowing you to manually adjust the type, scope, and description while still automating the overall git workflow.

What is intelligent file staging for logical grouping in git?

Intelligent file staging for logical grouping analyzes your code changes to selectively stage files, ensuring that related modifications are grouped together into a single, cohesive conventional commit.

Does this conventional commit generator work across single repositories?

Yes, the automation applies to standard Git workflows across single repositories, handling staged changes and diffs to determine the appropriate commit type, scope, and description safely.

Do I need git installed to automate conventional commit message generation?

Yes, you need git installed because the tool requires access to git to analyze diffs, perform intelligent file staging with safety checks, and execute the final conventional commit.