git-pushing
Git 커밋 및 푸시 워크플로 자동화
스테이징, conventional 커밋, 업스트림 추적 기능이 포함된 푸시를 자동화하여 git 워크플로를 간소화합니다. 단일 스킬 호출로 반복적인 git 명령어를 제거합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"git-pushing" 사용 중입니다. Push my changes to remote
예상 결과:
Successfully staged 3 files, created commit 'chore: update code', and pushed to branch 'main' with upstream tracking set
"git-pushing" 사용 중입니다. Commit and push: feat: add search functionality
예상 결과:
Successfully committed with message 'feat: add search functionality' and pushed to branch 'feature/search' with upstream tracking
보안 감사
안전All static analysis findings were evaluated and determined to be false positives. The shell script uses standard git commands with hardcoded arguments. Documentation examples in SKILL.md are markdown code blocks, not executable code. No security risks identified.
위험 요인
품질 점수
만들 수 있는 것
빠른 저장 및 푸시
단일 명령으로 진행 중인 변경 사항을 원격 저장소에 저장
기능 완료 워크플로
적절한 conventional 커밋 형식으로 완료된 기능 커밋 및 푸시
자동화된 Git 작업
AI 지원 개발 워크플로에 git 작업 통합
이 프롬프트를 사용해 보세요
현재 변경 사항을 원격 저장소에 푸시
메시지와 함께 커밋 및 푸시: feat: add user authentication
이 변경 사항을 저장하고 GitHub에 푸시
로그인 기능을 완성했습니다. 적절한 메시지와 함께 커밋하고 원격에 푸시
모범 사례
- 푸시하기 전에 스테이징된 변경 사항을 검토하여 민감한 파일이 포함되지 않았는지 확인
- 변경 사항의 목적을 설명하는 의미 있는 conventional 커밋 메시지 사용
- 푸시 작업 시작 전 원격 저장소 접근 및 인증 확인
피하기
- 하드코딩된 자격 증명이나 API 키가 포함된 커밟은 푸시하지 마세요
- 대용량 바이너리 파일이나 빌드 산출물을 저장소에 푸시하지 마세요
- 민감하거나 기밀 코드 저장소로 작업할 때 이 스킬을 사용하지 마세요