git-pushing

GitHub

自动化执行Git暂存、提交和推送操作,支持规范提交信息。适用于用户要求保存或推送代码变更的场景。

engineering-workflow-plugin/skills/git-pushing/SKILL.md mhattingpete/claude-skills-marketplace

触发场景

用户明确要求推送更改 提及将工作保存到远程仓库 完成功能后希望分享代码 使用类似'push this'或'commit and push'的指令

安装

npx skills add mhattingpete/claude-skills-marketplace --skill git-pushing -g -y
更多选项

非标准路径

npx skills add https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/git-pushing -g -y

不安装直接使用

npx skills use mhattingpete/claude-skills-marketplace@git-pushing

指定 Agent (Claude Code)

npx skills add mhattingpete/claude-skills-marketplace --skill git-pushing -a claude-code -g -y

安装 repo 全部 skill

npx skills add mhattingpete/claude-skills-marketplace --all -g -y

预览 repo 内 skill

npx skills add mhattingpete/claude-skills-marketplace --list

SKILL.md

Frontmatter
{
    "name": "git-pushing",
    "description": "Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says \"push changes\", \"commit and push\", \"push this\", \"push to github\", or similar git workflow requests."
}

Git Push Workflow

Stage all changes, create a conventional commit, and push to the remote branch.

When to Use

Automatically activate when the user:

  • Explicitly asks to push changes ("push this", "commit and push")
  • Mentions saving work to remote ("save to github", "push to remote")
  • Completes a feature and wants to share it
  • Says phrases like "let's push this up" or "commit these changes"

Workflow

ALWAYS use the script - do NOT use manual git commands:

bash skills/git-pushing/scripts/smart_commit.sh

With custom message:

bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"

Script handles: staging, conventional commit message, Claude footer, push with -u flag.

版本历史

  • b5b34bc 当前 2026-08-20 08:47

同 Skill 集合

code-operations-plugin/skills/code-execution/SKILL.md
code-operations-plugin/skills/code-refactor/SKILL.md
code-operations-plugin/skills/code-transfer/SKILL.md
code-operations-plugin/skills/file-operations/SKILL.md
engineering-workflow-plugin/skills/ensemble-solving/SKILL.md
engineering-workflow-plugin/skills/feature-planning/SKILL.md
engineering-workflow-plugin/skills/review-implementing/SKILL.md
engineering-workflow-plugin/skills/test-fixing/SKILL.md
productivity-skills-plugin/skills/code-auditor/SKILL.md
productivity-skills-plugin/skills/codebase-documenter/SKILL.md
productivity-skills-plugin/skills/conversation-analyzer/SKILL.md
productivity-skills-plugin/skills/project-bootstrapper/SKILL.md
visual-documentation-plugin/skills/architecture-diagram-creator/SKILL.md
visual-documentation-plugin/skills/dashboard-creator/SKILL.md
visual-documentation-plugin/skills/flowchart-creator/SKILL.md
visual-documentation-plugin/skills/technical-doc-creator/SKILL.md
visual-documentation-plugin/skills/timeline-creator/SKILL.md

元信息

文件数
0
版本
b5b34bc
Hash
d54394e9
收录时间
2026-08-20 08:47

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-09 20:01
浙ICP备14020137号-1 $访客地图$