git-commit-push

インストール
CLI
npx skills add https://github.com/zc277584121/mygitplugin --skill git-commit-push

CLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。

最終更新日: 4/29/2026

mygitplugin

A collection of Git workflow skills for AI coding agents — fork, clone, commit, PR, sync, notifications, and weekly summaries.

Available Skills

Skill Description
git-fork-clone Fork a GitHub repo and clone it locally with proper remote setup.
git-commit-pr Commit changes and create a PR to the upstream official repo.
git-create-repo Create a new GitHub repo and clone it locally.
git-commit-push Commit changes and push to origin without creating a PR.
git-summarize-weekly Summarize weekly GitHub contributions for weekly reports.
git-get-notification Check GitHub notifications and recent Issues/PRs for monitored repos.
git-sync-main Sync the local main branch with the latest code from official upstream or origin.

Quick Start

Install all skills globally to all supported AI coding agents with one command:

npx skills add zc277584121/mygitplugin --all -g

Update to the latest version:

npx skills update

Installation

Install using npx skills:

Install to all agents at once

# Global — available in all projects, all agents
npx skills add zc277584121/mygitplugin --all -g

# Project-level — current project only, all agents
npx skills add zc277584121/mygitplugin --all

Install to a specific agent

npx skills add zc277584121/mygitplugin -a claude-code -g
npx skills add zc277584121/mygitplugin -a cursor -g
npx skills add zc277584121/mygitplugin -a codex -g

Other supported agents: windsurf, github-copilot, cline, roo, gemini-cli, goose, kilo, augment, opencode, and 40+ more.

Project vs Global: Without -g, skills are installed into the current project directory. With -g, they go to your home directory and are available across projects.

Updating

# Check for updates
npx skills check

# Update all globally installed skills to latest
npx skills update

To update project-level installs, re-run the npx skills add command.

Claude Code Plugin

This repository can also be installed through the Claude Code plugin system:

/plugin marketplace add zc277584121/mygitplugin
/plugin install mygitplugin

For local plugin development/testing:

claude --plugin-dir /path/to/mygitplugin

Configuration

  • GitHub account: zc277584121
  • All commits are signed off by: Cheney Zhang <[email protected]>
  • Requires gh CLI to be authenticated

License

MIT