git-teacher-status

Translate git status outputs into natural Korean for non-developers.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill git-teacher-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-teacher-status
Source: https://github.com/gtpgg1013/claude-skills-collection/tree/main/skills/plugins/gptaku/git-teacher/skills/git-teacher-status
Command: npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill git-teacher-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate git status outputs into natural Korean to help non-developers understand the repository state.

Core Features & Use Cases

  • Parallel state collection and safety checks that interpret git commands like status, log, and remote data into easy-to-understand descriptions.
  • Context-aware summaries of branch state, untracked files, and stash entries to guide next actions.
  • Real-time guidance for resolving common situations such as detached HEAD, merge conflicts, and pending commits.

Quick Start

Request a translation of your current git status by saying 상태 확인.

Frequently Asked Questions about git-teacher-status

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

FAQPage Schema
How do I translate git status outputs into natural Korean?

To translate git status outputs into natural Korean, request a status check to convert porcelain codes, detached HEAD, and untracked files into clear, actionable language for non-developers.

What does a detached HEAD state mean in git version control?

A detached HEAD state in git version control means the current branch pointer is not attached to a specific commit. This git status translation maps the state into understandable Korean descriptions.

How do I interpret git stash entries for pending changes?

To interpret git stash entries for pending changes, the skill collects stash data and summarizes the information into context-aware Korean descriptions to guide your next actions.

Can I use this skill to understand merge conflicts without developer experience?

You can use this skill to understand merge conflicts without developer experience. It provides real-time guidance by translating complex git conflict states into natural Korean.

Does this git status tool require any external dependencies to run?

This git status tool does not require external dependencies to run. It relies solely on local Git commands and logs to collect branch state, untracked files, and stash information.

What is the best way to check untracked files and branch state in a local repository?

The best way to check untracked files and branch state in a local repository is to run a parallel state collection that interprets git log and status data into easy-to-understand summaries.