按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。
OPSX: Apply
This skill is a thin wrapper around the opsx apply command. Refer to that file for the complete workflow.
Implement tasks from an OpenSpec change.
Input: Optionally specify a change name (e.g., /opsx:apply add-auth). If omitted, check if it can be inferred from conversation context.
Quick Reference
- Select the change — use name or prompt if ambiguous
- Check status —
openspec status --change "<name>" --json - Get apply instructions —
openspec instructions apply --change "<name>" --json - Read context files — from
contextFilesin the apply instructions output - Explore codebase —
codegraph explore "<key terms>" - Implement tasks — loop through pending tasks, update
- [ ]→- [x] - Sync CodeGraph —
codegraph sync -q - Show results — completion summary or pause reason
See commands/opsx/apply.md for full details.

