在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用push
星标0
分支0
更新时间2026年5月1日 23:05
Push current branch to remote with safety checks
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Push current branch to remote with safety checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | push |
| description | Push current branch to remote with safety checks |
Push the current branch to the remote after verifying it's safe to do so.
Usage: /push
Run these in parallel:
git status — check for uncommitted changesgit branch --show-current — get current branch namegit log @{u}..HEAD --oneline 2>/dev/null — check unpushed commits (may fail if no upstream)/commit firstmainline branch with force-push, refuse and explain the riskgit push -u origin <branch>
Show the pushed commits and remote URL.
Implement a plan with coordinated agents
Verify completed plan implementation, fix gaps, and commit fixes
Validate C# scripts compile by running a standalone syntax check
Clean temporary files and build artifacts
Close GitHub issues that have been implemented, with verification
Stage and commit current changes with an auto-generated message