opsx-verify
Installation
SKILL.md
OPSX: Verify
This skill is a thin wrapper around the opsx verify command. Refer to that file for the complete workflow.
Verify a change by running tests, linting, and code quality checks.
Use after /opsx:apply to validate that changes compile, pass tests, and meet quality standards.
Input: Optionally specify a change name (e.g., /opsx:verify add-auth).
Quick Reference
- Select change — prompt if ambiguous
- Check status —
openspec status --change "<name>" --json - CodeGraph exploration —
codegraph explore "<key terms>" - Sync index —
codegraph sync -q - Run checks — formatting → clippy → tests → argument-comment lint
- Report results — structured pass/fail for each check