在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用git-pr
星标0
分支0
更新时间2026年2月8日 23:18
Create clean PRs with safe pushes and a good summary.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create clean PRs with safe pushes and a good summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Investigate history with log/blame/search and produce actionable findings.
Create safe atomic commits with repo-consistent messages.
Rebase/squash safely without rewriting shared history unexpectedly.
基于 SOC 职业分类
| name | git-pr |
| description | Create clean PRs with safe pushes and a good summary. |
| compatibility | opencode |
| metadata | {"workflow":"git","audience":"engineers"} |
gh when available.main/master directly.push --force (or --force-with-lease) unless the user explicitly confirms..env, credentials*, *.pem, etc. are present).git statusgit branch --show-currentgit diff <base>...HEAD (base defaults to main unless detected otherwise)git log --oneline <base>..HEADgit remote -vgit status -sbgit push -u origin HEADgit pushgh pr create with a structured body:gh pr create --title "..." --body "$(cat <<'EOF'
## Summary
- ...
## Testing
- ...
## Risk / Rollback
- ...
EOF
)"
gh pr view --web (or print PR URL)gh is not available