github-pr-submit
Installation
SKILL.md
向 oceanbase/oceanbase-design 提交 PR
适用场景
- 本地分支已推送到
origin,需要开 PR 到master(或指定 base)。 - 需要按仓库模板写 标题、描述、自检项,并可选为 PR 补打标签。
前置条件
- 已安装并登录 GitHub CLI:
gh auth status成功。 - 远程为
github.com/oceanbase/oceanbase-design;当前工作目录为仓库根目录。 - 若刚做过
rebase/ 修改历史,需git push --force-with-lease origin <branch>后再开或更新 PR。
标题(Title)
- 使用英文、单行,与主要 commit 或变更范围一致。
- 格式与历史 PR 一致:
type(scope): short description(如chore(ci): …、fix(design): …、feat(ui): …)。 type常见:feat、fix、chore、docs、improve等;scope可为包名或区域(design、ui、root、ci)。