跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Git Pushing

技能 活跃

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.

目的

Automate the process of staging, committing with conventional messages, and pushing git changes to a remote repository, streamlining developer workflows.

功能

  • Automatic staging of all changes
  • Conventional commit message generation
  • Automated push to remote branch
  • Handles custom commit messages
  • Provides informative status and error messages

使用场景

  • When a user wants to commit and push changes
  • When a user mentions pushing to a remote
  • When completing a feature and needing to save work
  • When a user requests to commit and push their work

非目标

  • Performing complex git rebasing or merging
  • Managing multiple remotes
  • Resolving merge conflicts

工作流

  1. Stage all changes
  2. Determine commit type and scope
  3. Generate conventional commit message (or use provided message)
  4. Create git commit with Claude Code footer
  5. Push changes to the remote branch
  6. Provide status or error message

Trust

  • warning:Issues AttentionThere are 6 open issues and 0 closed issues in the last 90 days, indicating slow or no maintainer response to issues.

Versioning

  • warning:Release ManagementThe skill is installed via `claudeCode: mhattingpete/claude-skills-marketplace` and the repository references `main` in the install instructions, but no explicit versioning is declared in the SKILL.md frontmatter or manifests.

Install

  • warning:Installation instructionThe README provides installation instructions for the marketplace plugin but does not include a specific copy-paste invocation example for the `git-pushing` skill itself.

安装

请先添加 Marketplace

/plugin marketplace add mhattingpete/claude-skills-marketplace
/plugin install engineering-workflow-plugin@mhattingpete-claude-skills

质量评分

75 /100
1 day ago 分析

信任信号

最近提交2 months ago
星标574
许可证Apache-2.0
状态
查看源代码

类似扩展

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

技能
Yeachan-Heo

使用我的浏览器

100

当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。

技能
xixu-me

Github

100

Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

技能
steipete

Acp Router

100

Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.

技能
steipete

Openclaw Testing

100

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

技能
steipete

Unslop Commit

100

重写提交消息,使其听起来像一个严谨的程序员编写的。去除 AI/营销术语(“全面的解决方案”、“健壮的实现”、“利用”、“增强”、“无缝地”、“此提交...”)。保留 Conventional Commits 格式。主题 ≤72 个字符(目标 ≤50),祈使语气。仅当“为什么”在主题中不明显时才写正文。在用户说“人性化提交”、“去营销术语化提交消息”、“让这个提交听起来像人话”、“/unslop-commit”、“/commit”、“写一个提交”或粘贴草稿提交以供清理时使用。暂存更改时自动触发。

技能
MohamedAbdallah-14