Skip to main content

push

Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.

跳到安装

来源信息

仓库
cashew-labs/opencode-gui
最近来源活动
2026年2月12日 00:31
检测到的 SKILL.md 语言
英语
星标
58
分支
20

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
push
description
Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.
## Branch handling If on main, checkout a new branch first. If on a non-main branch where the existing PR is already merged, the uncommitted changes are likely unrelated to that branch. In this case: 1. Checkout main and pull 2. Create a new branch with a name describing the uncommitted changes 3. Continue with the commit workflow below ## Commit workflow Commit the changes. Use gh cli to check if a PR exists for this branch. If no PR exists, create one with an appropriate title and description. If a PR exists, query its current title and description and update them if the new changes warrant it. Push the changes. For follow-up edits in this session, continue to commit, push, and update the PR as needed.
在 GitHub 查看