一键导入
openspec-apply
Apply OpenSpec change tasks using the Ralph loop
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply OpenSpec change tasks using the Ralph loop
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Archive completed OpenSpec changes
Fast-forward scaffold-only changes
Initialize a new OpenSpec workspace
List all OpenSpec changes and specifications
Create a new OpenSpec change
View OpenSpec change details and artifacts
| name | openspec-apply |
| description | Apply OpenSpec change tasks using the Ralph loop |
Execute tasks from an OpenSpec change using the Ralph loop pattern with batch processing.
When the user wants to implement code changes from a change's tasks.md file.
openspec_view to verify the change exists and show current tasksopenspec_apply with the changeId and countUser: "apply the add-auth change"
→ Load openspec-apply skill
→ Call openspec_view({ changeId: "add-auth" })
→ Ask: "How many tasks per batch? (default: 1)"
→ Call openspec_apply({ changeId: "add-auth", count: 5 })
→ Show results