Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    sskim91

    git-commit-and-push

    sskim91/git-commit-and-push
    DevOps

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Git Commit and Push. Use when user wants to commit and push changes together.

    SKILL.md

    Git Commit and Push

    커밋과 푸시를 순차적으로 수행합니다.

    Workflow

    1. Commit Phase - /git-commit 스킬 참조
    2. Push Phase - /git-push 스킬 참조

    Quick Flow

    # 1. 상태 확인
    git status
    git fetch origin
    
    # 2. 스테이징 & 커밋
    git add <files>
    git commit -v
    
    # 3. 동기화 & 푸시
    git pull --rebase origin $(git branch --show-current)
    git push origin $(git branch --show-current)
    

    Checklist

    • 민감한 정보 없음
    • 테스트 통과
    • 커밋 메시지 규칙 준수 (/git-commit 참조)
    • Protected branch 직접 push 주의
    Recommended Servers
    OneSignal
    OneSignal
    Browser tool
    Browser tool
    AurelianFlo
    AurelianFlo
    Repository
    sskim91/dotfiles
    Files