乔木开发与部署 #13 GitHub Stars 8 原文已核对

create-pr

按项目规则创建 Pull Request,整理提交、关联 issue、生成说明并避免遗漏检查。

开发、调试、部署网站或自动化工具

安装这个 Skill

npx skills add https://github.com/joeseesun/qiaomu-english-learn --skill create-pr

为什么值得装

推荐它,是因为这是 joeseesun 仓库中可直接追溯到原始 SKILL.md 的条目,文档路径为「.agents/skills/create-pr/SKILL.md」。相比只看仓库名,原文给出了触发场景、执行边界或操作步骤,适合在需要这类能力时直接安装或作为模板改造。

原文里最有价值的点

  • 创建 a pull request, optionally 用于 the issue provided as argument。
  • Run git status 和 git branch 到 understand the current state。
  • If no branch name is provided 和 we are on the main branch, 创建 a branch。
  • 文档重点章节:Workflow、Commit Convention、References。

适合用在

  • 处理 CLI、浏览器、API、服务器和 GitHub 工作流
  • 上线前做构建、冒烟、真实页面和回归验证