在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用push
星标4
分支1
更新时间2026年5月6日 23:13
Push a lane branch and create or update its pull request.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Push a lane branch and create or update its pull request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Land one reviewed Sprints lane when workflow merge authority is present.
Create a focused commit for one Sprints lane after verification passes.
Sync the current lane branch with origin/main without losing local work.
Review one Sprints pull request and return structured approval or required fixes.
Diagnose a blocked or failing Sprints lane using local state, logs, and runtime metadata.
| name | push |
| description | Push a lane branch and create or update its pull request. |
Use this after a lane commit exists and the coder must publish the change for review. This skill owns pull request creation or update.
origin remote.--force-with-lease only after an intentional local history rewrite.blocked for auth, permission,
protected branch, missing gh, or network failures.git branch --show-current.main or another protected base branch.git push -u origin HEAD.pull skill, rerun focused
validation, then retry push.gh:
gh pr creategh pr editInclude these fields in the coder JSON:
{
"branch": "codex/issue-20-short-name",
"commits": ["<sha>"],
"pull_request": {
"url": "https://github.com/owner/repo/pull/123",
"number": 123,
"state": "open"
}
}
{
"status": "blocked",
"summary": "push or PR creation is blocked",
"blockers": [
{
"kind": "permission_required",
"command": "git push -u origin HEAD",
"message": "Remote rejected push with current credentials."
}
],
"artifacts": {
"branch": "codex/issue-20-short-name",
"commits": [],
"pull_request": null
}
}