Commit & Push Skill Streamlined git workflow: stage, commit, and push in one command. Usage Basic Korean Triggers - "커밋하고 푸시" - "커밋 푸시" - "변경사항 올려줘" Workflow 1. Analyze Changes 2. Generate Commit Message If no message provided, analyze changes and generate following Conventional Commits: | Prefix | Use Case | |--------|----------| | | New feature | | | Bug fix | | | Documentation | | | Code restructuring | | | Formatting (no logic change) | | | Adding tests | | | Maintenance tasks | 3. Stage Files Prefer specific files over : Never stage: - files - Credentials or secrets - Large binary files…