git-teacher-save

Stage and commit local Git changes with Korean explanations.

114|19|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill git-teacher-save-fivetaku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-teacher-save
Source: https://github.com/fivetaku/gptaku-plugins-codex/tree/main/plugins/git-teacher-codex/skills/git-teacher-save
Command: npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill git-teacher-save-fivetaku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git workflows can be risky for beginners. This skill helps stage and commit changes with beginner-friendly Korean explanations to reduce mistakes and confusion.

Core Features & Use Cases

  • Guided Git staging: outlines what to add and what to ignore, with clear prompts in Korean.
  • Safe commit flow: suggests commit messages and validates diffs before committing.
  • Conflict-aware prompts: identifies conflicts and asks which side to keep before proceeding.

Quick Start

Tell the skill to stage all changes and create a safe commit with Korean explanations.

Frequently Asked Questions about git-teacher-save

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

FAQPage Schema
How do I safely stage and commit local Git changes with Korean explanations?

To safely stage and commit local Git changes with Korean explanations, use a guided workflow that validates diffs, suggests commit messages, and runs git add -A and git commit while explaining each step in Korean to prevent beginner mistakes.

What should I do when Git merge conflicts happen during a local commit?

When Git merge conflicts happen during a local commit, the workflow pauses to identify the conflicts and prompts you to choose which side to keep, ensuring conflict resolution is handled safely before proceeding with the staging and commit process.

Can I automatically generate a .gitignore file before staging my Git repository?

Yes, you can automatically generate a minimal .gitignore file before staging your Git repository. The workflow auto-creates this file to handle basic ignore patterns, ensuring unnecessary files are excluded before running git add -A.

Does this Git commit workflow validate code differences before committing?

Yes, this Git commit workflow validates code differences before committing. It reviews the diffs and suggests an appropriate commit message, ensuring you understand the changes being applied before the final git commit is executed locally.

Is guided Git staging suitable for beginners who need version-control help?

Guided Git staging is suitable for beginners needing version-control help because it provides clear Korean prompts, outlines what to add and ignore, and enforces safe commands to reduce the risk of common mistakes during local commits.

Why does my Git workflow need a suggested commit message before pushing?

Your Git workflow needs a suggested commit message before pushing to ensure local changes are documented accurately and safely. This prepares a clean, validated local commit history before you interact with the remote repository.