te-quanbzhang/skills-pool

opsx-apply

Slash-command skill for OpenSpec — implement tasks from a change via /opsx:apply.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

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

  1. Select the change — use name or prompt if ambiguous
  2. Check statusopenspec status --change "<name>" --json
  3. Get apply instructionsopenspec instructions apply --change "<name>" --json
  4. Read context files — from contextFiles in the apply instructions output
  5. Explore codebasecodegraph explore "<key terms>"
  6. Implement tasks — loop through pending tasks, update - [ ]- [x]
  7. Sync CodeGraphcodegraph sync -q
  8. Show results — completion summary or pause reason

See commands/opsx/apply.md for full details.

from this repository

More skills

All skills