什麼是 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