بنقرة واحدة
git-teacher-save
// Stage and commit changed files with beginner-friendly Korean explanations. Use when the user says "저장해줘", "커밋", "변경 내용 저장", "save", or "commit".
// Stage and commit changed files with beginner-friendly Korean explanations. Use when the user says "저장해줘", "커밋", "변경 내용 저장", "save", or "commit".
Extract a real design system from a live URL into `design.md` and `report.ko.html`, or reuse the bundled multi-site design corpus as a deterministic design brief. Use when the user wants real CSS tokens, a reusable design reference, or a design pack that can feed apply/build flows.
Structured research-query builder for turning a vague topic into a research brief and machine-readable query before full deep research starts. Use when the user wants help framing a research request.
Comprehensive, citation-heavy research workflow with session state, structured outputs, and source-quality checks. Use when the user explicitly asks for deep research, a long-form report, or citation-backed analysis on a topic.
Fetch and explain official documentation for libraries, frameworks, and tools using llms.txt-first retrieval and official-source fallbacks. Use when the user wants official docs, version-aware references, or an explanation grounded in primary documentation.
Explain Git and GitHub concepts using cloud-folder analogies for non-developers. Use when the user asks "commit이 뭐야?", "push랑 commit 차이", "PR이 뭐야?", "branch가 뭐야?", "깃 용어", "도움말", or similar beginner Git questions.
Create a beginner-friendly GitHub Pull Request workflow. Use when the user says "PR 만들어줘", "검토 요청", "리뷰 요청", "팀원한테 보여주고 싶어", "create PR", or "pull request".
| name | git-teacher-save |
| description | Stage and commit changed files with beginner-friendly Korean explanations. Use when the user says "저장해줘", "커밋", "변경 내용 저장", "save", or "commit". |
Use this skill to commit local changes safely.
git rev-parse --is-inside-work-treegit symbolic-ref --short HEADgit status --porcelaingit diff --statls .gitignore1. 내 변경 유지2. 상대방 변경 유지.gitignore if missing:
node_modules/, .env, dist/__pycache__/, .env, venv/.env, .DS_Store, *.log, thumbs.dbgit add -Agit commit -m "<message>"