commit-changes

Generate conventional commit messages for AMG_Data changes.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill commit-changes-easytek-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-changes
Source: https://github.com/EasyTek-Automation/EasyTek-Data/tree/main/.claude/skills/commit-changes
Command: npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill commit-changes-easytek-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes commit messages according to the Conventional Commits specification for the AMG_Data project, reducing ambiguity and enabling automated changelog generation.

Core Features & Use Cases

  • Enforces conventional commit structure: type(scope): description
  • Provides examples for common types (feat, fix, docs, chore, refactor)
  • Supports best practices for atomic commits and structured history

Quick Start

Create a conventional commit message for the latest change in the AMG_Data project.

Frequently Asked Questions about commit-changes

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

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

You can generate conventional commit messages by enforcing the type(scope): description structure for your git workflow, ensuring consistency across code, documentation, and config changes.

What is the conventional commits format for version control?

The conventional commits format structures messages as type(scope): description, using types like feat, fix, docs, chore, and refactor to standardize version control history and enable automated changelog generation.

How do I write atomic commits for documentation and config changes?

You write atomic commits for documentation and config changes by applying the conventional commits structure with appropriate types like docs or chore, keeping the history structured and reducing ambiguity.

Can I automate changelog generation using conventional commits?

Yes, automating changelog generation is possible because conventional commits standardize the type, optional scope, and description of each change, allowing tools to parse history and build changelogs automatically.

What are the best practices for maintaining a structured git commit history?

Best practices for a structured git commit history involve enforcing the conventional commits specification, making atomic commits, and using standard types like feat, fix, and refactor to reduce ambiguity across team adoption.

Why should I use conventional commits for my coding standards workflow?

You should use conventional commits for your coding standards workflow to reduce ambiguity in version control, enforce a consistent type(scope): description structure, and enable automated changelog generation across all project changes.