一键导入
openspec-bulk-apply-change
Use when multiple active OpenSpec changes should be applied concurrently in isolated worktrees with delegated verification and no merge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when multiple active OpenSpec changes should be applied concurrently in isolated worktrees with delegated verification and no merge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | openspec-bulk-apply-change |
| description | Use when multiple active OpenSpec changes should be applied concurrently in isolated worktrees with delegated verification and no merge. |
Apply multiple active OpenSpec changes by creating isolated worktrees, dispatching delegated apply flows in parallel subagents, running verification in each flow, and reporting back without merging.
/opsx-apply was invoked without an explicit change targetDo not use this skill when the user explicitly targeted one change for /opsx-apply.
Get candidate changes
Run openspec list --json to get active changes.
Collect change context
For each candidate change:
openspec status --change "<name>" --jsonopenspec instructions apply --change "<name>" --jsoncontextFilesCreate isolated worktrees
For each candidate change:
.worktrees/<change>Dispatch subagents in parallel
For each candidate change:
Require apply then verify in each subagent
Instruct each subagent to:
/opsx-apply <change>/opsx-verify <change> after apply work is completeCollect and normalize reports
For each executed change, capture:
complete, paused, failed)ready, warnings, critical, failed)Report back without merging
Present a final bulk-apply report:
/opsx-verify result per changeEnd with a clear statement that no merge was performed and that explicit user approval is required before any merge.
.worktrees/ as the default worktree root unless the user specifies another location/opsx-verify in every delegated apply flow before reporting a change as review-readyUse whenever Codex operates on an OpenSpec change lifecycle or artifact, including propose/new change, apply/implement tasks, archive/finalize, sync specs, continue/update artifacts, validate/status checks, or work under openspec/changes/*. This is the Linear lifecycle overlay for OpenSpec work: bind Linear issues, maintain openspec/linear.yaml, update Linear issue business context/status, keep technical design/tasks in the repo, and mirror canonical specs into Linear Project Documents after archive.
Create or customize OpenSpec workflow schemas in this repository using `openspec schema init` and `openspec schema fork`. Use when the user wants to add, fork, or validate a schema under `openspec/schemas/`.
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Create or customize OpenSpec workflow schemas in this repository using `openspec schema init` and `openspec schema fork`.