git-teacher-upload

Push local commits to a configured GitHub repository and report the resulting URL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

저장한 내용을 GitHub에 올리는(Push) 스킬. "올려줘", "푸시", "push", "업로드", "GitHub에 올려줘", "클라우드에 보내줘", "올리기" 같은 요청에 사용됩니다.

Core Features & Use Cases

  • 자동으로 로컬 커밋을 원격에 푸시하고 성공 시 GitHub URL을 제공합니다.
  • 원격 저장소 연결 상태 확인, 미저장 변경사항 알림, 충돌 해결을 위한 가이드라인을 제공합니다.
  • 협업 워크플로우에서 PR 생성이나 코드 리뷰를 원활하게 하는 안내를 포함합니다.

Quick Start

Push the latest local commits to the configured GitHub repository and review the resulting URL.

Frequently Asked Questions about git-teacher-upload

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

FAQPage Schema
How do I push local commits to a remote GitHub repository safely?

To push local commits to a remote GitHub repository safely, the workflow checks for an existing remote, verifies uncommitted changes, executes the push, and reports the resulting URL. It includes safety checks and guided error handling to prevent data loss during version control updates.

What should I do when a git push encounters conflicts during version control?

When a git push encounters conflicts during version control, guided recovery steps are provided to resolve them. The workflow detects push conflicts and offers interactive prompts to help you safely synchronize local commits with the remote GitHub repository without overwriting changes.

Does the GitHub push workflow alert me to uncommitted changes before uploading?

Yes, the GitHub push workflow alerts you to uncommitted changes before uploading. It checks your working directory status as a safety precaution and notifies you of any unsaved modifications prior to pushing local commits to the remote repository.

How can I verify if a remote exists before pushing code to GitHub?

You can verify if a remote exists before pushing code to GitHub through the workflow's built-in safety checks. It automatically ensures a remote repository connection is configured and alerts you if the remote setup is missing before attempting the push operation.

Will I receive a URL receipt after a successful GitHub push?

Yes, you will receive a URL receipt after a successful GitHub push. The workflow provides a post-push receipt that reports the resulting GitHub URL, allowing you to easily verify the upload and share the link for code review or collaborative workflows.

Can this workflow automation help create pull requests after a push?

Yes, this workflow automation helps create pull requests after a push by providing collaborative workflow guidance. While the core task is pushing commits, it includes navigation aids to smoothly transition into PR creation and code review on GitHub.