Rendu depuis le dépôt source en conservant titres, exemples, code, tableaux, liens et images.
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.

