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

prepare-pr

在创建 Pull Request 前完成整理、验证、说明和风险检查,减少返工。

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

安装这个 Skill

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

为什么值得装

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

原文里最有价值的点

  • Prepare all work before creating a pull request, optionally 用于 the issue。
  • 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 工作流
  • 上线前做构建、冒烟、真实页面和回归验证