什么是 wt-commit-and-pr?
提交所有更改,推送到远程,并为故事分支创建或更新 GitHub PR。对于草稿 PR 优先工作流程,这主要用于增量推送现有草稿 PR。还处理尚不存在 PR 的遗留案例。 来源:michael-menard/monorepo。
提交所有更改,推送到远程,并为故事分支创建或更新 GitHub PR。对于草稿 PR 优先工作流程,这主要用于增量推送现有草稿 PR。还处理尚不存在 PR 的遗留案例。
通过命令行快速安装 wt-commit-and-pr AI 技能到你的开发环境
来源:michael-menard/monorepo。
Description Commits all staged changes in the current worktree, pushes to the remote, and creates a GitHub PR (or detects an existing one). Designed for automated use from workflow orchestrators.
Note: With the draft-PR-first workflow (/wt:new creates a draft PR upfront), this skill is primarily used for incremental commit+push operations to existing draft PRs. It gracefully handles both cases: existing PRs (reports "updated") and new PRs (creates one).
| STORYID | Yes | — | Story identifier (e.g., WINT-1012) | | STORYTITLE | Yes | — | Human-readable story title for commit message and PR | | EVIDENCEPATH | No | — | Path to EVIDENCE.yaml for AC checklist in PR body |
提交所有更改,推送到远程,并为故事分支创建或更新 GitHub PR。对于草稿 PR 优先工作流程,这主要用于增量推送现有草稿 PR。还处理尚不存在 PR 的遗留案例。 来源:michael-menard/monorepo。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr提交所有更改,推送到远程,并为故事分支创建或更新 GitHub PR。对于草稿 PR 优先工作流程,这主要用于增量推送现有草稿 PR。还处理尚不存在 PR 的遗留案例。 来源:michael-menard/monorepo。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/michael-menard/monorepo --skill wt-commit-and-pr 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/michael-menard/monorepo