它能做什么
中文摘要
「create-pr」来自 joeseesun/qiaomu-english-learn 的公开 SKILL.md。原文定位是:按项目规则创建 Pull Request,整理提交、关联 issue、生成说明并避免遗漏检查。它适合开发、调试、部署网站或自动化工具。
为什么推荐
推荐理由
推荐它,是因为这是 joeseesun 仓库中可直接追溯到原始 SKILL.md 的条目,文档路径为「.agents/skills/create-pr/SKILL.md」。相比只看仓库名,原文给出了触发场景、执行边界或操作步骤,适合在需要这类能力时直接安装或作为模板改造。
什么时候用
适用场景
- 开发、调试、部署网站或自动化工具
- 处理 CLI、浏览器、API、服务器和 GitHub 工作流
- 上线前做构建、冒烟、真实页面和回归验证
使用前先看
主要亮点
- 01
创建 a pull request, optionally 用于 the issue provided as argument。
- 02
Run git status 和 git branch 到 understand the current state。
- 03
If no branch name is provided 和 we are on the main branch, 创建 a branch。
- 04
文档重点章节:Workflow、Commit Convention、References。
原始文档
原文摘录
Create a pull request, optionally for the issue provided as argument