What problem does it solve? After applying a change in an OpenSpec workflow, developers need a structured way to confirm the code compiles, passes tests, and meets quality standards before archiving. This Skill automates that verification step via the /opsx:verify slash command. ## Core Features & Use Cases - Structured verification pipeline: Runs formatting checks, clippy linting, tests, and argument-comment lint in sequence, reporting pass/fail for each. - OpenSpec integration: Selects the target change, checks its status with openspec status --change, and validates the implementation against the change proposal. - CodeGraph context: Uses codegraph explore and codegraph sync to keep the code index current before running checks. - Use Case: After running /opsx:apply to implement a change like add-auth, invoke /opsx:verify add-auth to confirm the new code compiles, passes the test suite, and satisfies lint rules before archiving. ## Quick Start Ask the AI to run /opsx:verify on your current OpenSpec change to validate that it compiles, passes tests, and meets quality standards.