git-auto-commit

Generate Korean commit messages after lint and build pass in JavaScript projects.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/dahun428-fx/git-auto-commit --skill git-auto-commit-dahun428-fx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-auto-commit
Source: https://github.com/dahun428-fx/git-auto-commit/tree/main
Command: npx skills add https://github.com/dahun428-fx/git-auto-commit --skill git-auto-commit-dahun428-fx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill analyzes repository changes to automatically generate a Korean one-line commit message and a detailed change summary, and commits after both lint and build pass (no push).

Core Features & Use Cases

  • Korean commit message generation: MMDD:HHmm format (Asia/Seoul)
  • Detailed change summary generation (for pre-commit verification)
  • Enforces yarn lint and yarn build before committing
  • Auto-heal loop to auto-correct and retry on lint/build failures
  • Default branch is develop; warnings are shown for other branches

Quick Start

Ask CodeX to analyze changes, run yarn lint and yarn build, and commit with a Korean one-line message.

Frequently Asked Questions about git-auto-commit

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

FAQPage Schema
How do I automatically generate a Korean commit message after lint and build checks pass?

This skill automatically generates a Korean commit message in MMDD:HHmm format by analyzing repository changes and committing only after yarn lint and yarn build pass successfully, without pushing.

What happens if yarn lint or yarn build fails during the automated commit process?

When yarn lint or yarn build fails, an auto-heal loop automatically attempts to fix common issues and retries up to defined limits before aborting the commit process.

Can I use this automated commit workflow for JavaScript and TypeScript projects?

Yes, the automated commit workflow is designed for JavaScript and TypeScript projects using yarn, requiring both yarn lint and yarn build commands to succeed before committing changes.

Does the auto-commit skill push changes to the remote repository?

No, the auto-commit skill does not push changes to any remote repository; it only performs a local commit after verifying that lint and build checks have passed.

Which git branch does the automated commit workflow use by default?

The default branch for the automated commit workflow is develop, and the skill displays warnings when committing to any other branch.

What format are the auto-generated Korean commit messages in?

The auto-generated Korean commit messages use the MMDD:HHmm format based on the Asia/Seoul timezone, accompanied by a detailed change summary for pre-commit verification.