一键导入
git-teacher-review
// Create a beginner-friendly GitHub Pull Request workflow. Use when the user says "PR 만들어줘", "검토 요청", "리뷰 요청", "팀원한테 보여주고 싶어", "create PR", or "pull request".
// Create a beginner-friendly GitHub Pull Request workflow. Use when the user says "PR 만들어줘", "검토 요청", "리뷰 요청", "팀원한테 보여주고 싶어", "create PR", or "pull request".
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.
Stage and commit changed files with beginner-friendly Korean explanations. Use when the user says "저장해줘", "커밋", "변경 내용 저장", "save", or "commit".
| name | git-teacher-review |
| description | Create a beginner-friendly GitHub Pull Request workflow. Use when the user says "PR 만들어줘", "검토 요청", "리뷰 요청", "팀원한테 보여주고 싶어", "create PR", or "pull request". |
Use this skill to create a Pull Request while explaining it as a safe review request.
git rev-parse --is-inside-work-treegit symbolic-ref --short HEADgit status --porcelaingit rev-list --count @{u}..HEADgit remote get-url origingh auth statusorigin remote or GitHub CLI is not authenticated.main or master, create a review branch with a readable slug and date.git add -Agit commit -m "<description>"git push origin HEADgh pr create --title "<description>" --body "<summary>"main or master only when it is safe and the branch existed before.0424.main-page-design/0424.git reset --hard.