在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用push
星标0
分支0
更新时间2026年2月7日 11:19
Add all changes, commit, and push to GitHub
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Add all changes, commit, and push to GitHub
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | push |
| description | Add all changes, commit, and push to GitHub |
| user-invocable | true |
| disable-model-invocation | true |
| argument-hint | ["commit message"] |
| allowed-tools | Bash(git:*), Bash(gh:*) |
Stage all changes, create a commit, and push to GitHub.
git status to review what will be committed. Never use the -uall flag.git diff to see staged and unstaged changes.git log --oneline -5 to see recent commit message style.$ARGUMENTS is provided, use it as the commit message. Otherwise, analyze the changes and generate a concise commit message that describes why the changes were made.git add -A
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
git push origin $(git rev-parse --abbrev-ref HEAD)
-u:
git push -u origin $(git rev-parse --abbrev-ref HEAD)
--force or --no-verify flags..env, credentials, tokens). Warn the user if any are staged.