skills/modelscope.cn/git-commit-push

git-commit-push

SKILL.md

Git Commit and Push

Overview

This skill provides a structured workflow for committing changes to git and pushing to GitHub. It ensures changes are reviewed, commit messages are meaningful and follow conventions, secrets are not committed, and commits are properly pushed to remote repositories. The skill adapts to project conventions, supporting both Conventional Commits and custom formats.

Execution Philosophy: This skill uses contextual autonomy - it executes immediately for safe, straightforward commits, but asks for confirmation when changes are large, complex, or potentially risky. This balances speed with safety.

When to Use This Skill

Use this skill when the user:

  • Explicitly requests to "commit my work" or "push to GitHub"
  • Says they want to save/commit/push their changes
  • Asks to create a commit or push code
  • Wants to share their work on GitHub

Workflow

Step 1: Review Changes

Installs
2
First Seen
May 18, 2026
git-commit-push from modelscope.cn