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

  1. Select change — prompt if ambiguous
  2. Check statusopenspec status --change "<name>" --json
  3. CodeGraph explorationcodegraph explore "<key terms>"
  4. Sync indexcodegraph sync -q
  5. Run checks — formatting → clippy → tests → argument-comment lint
  6. Report results — structured pass/fail for each check
Installs
16
GitHub Stars
1
First Seen
Jun 27, 2026
opsx-verify — te-quanbzhang/skills-pool