commit

Create Git commits adhering to Conventional Commits v1.0.0 and repository rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/macintacos/dotfiles --skill commit-macintacos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/macintacos/dotfiles/tree/main/managed/dot_augment/skills/commit
Command: npx skills add https://github.com/macintacos/dotfiles --skill commit-macintacos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Git commits, ensuring they adhere to the Conventional Commits specification and repository-specific rules, streamlining your development workflow.

Core Features & Use Cases

  • Automated Commit Generation: Creates Git commits based on staged changes.
  • Conventional Commits: Enforces the Conventional Commits v1.0.0 standard for commit messages.
  • Intelligent Grouping: Groups related changes into atomic commits for better code review and history management.
  • Custom Scope Handling: Allows committing based on natural language descriptions of desired changes.
  • Use Case: After completing a new feature, you can use this skill to automatically generate a well-formatted commit message that includes the feature type, scope, and a descriptive summary, ensuring consistency across the project.

Quick Start

Use the commit skill to intelligently group and commit all your pending changes.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate git commits to follow conventional commits?

You can automate git commits to follow conventional commits by using this skill to generate standardized commit messages based on your staged or pending changes. It enforces the Conventional Commits v1.0.0 standard automatically.

What is intelligent grouping for atomic git commits?

Intelligent grouping for atomic git commits is the process of organizing related file changes into separate, focused commits. This skill analyzes your pending changes and automatically groups them to improve code review and history management.

Can I commit only staged changes instead of all pending changes?

Yes, you can commit only staged changes. This skill supports committing all pending changes, committing only staged changes, or intelligently grouping changes into atomic commits based on your current workflow needs.

How do I generate a commit message with a custom scope in git?

You can generate a commit message with a custom scope by providing a natural language description of your desired changes. The skill handles custom scope descriptions to create targeted conventional commits.

Do I need to manually stage files before automating version control commits?

No, you do not need to manually stage files before automating version control commits. The skill can process all pending changes directly or work with your currently staged files depending on your preference.