opsx-verify

Verifies implementations against OpenSpec change artifacts before archiving.

1|Updated Jul 16, 2026
One-click install
npx skills add https://github.com/ConductionNL/buildiq --skill opsx-verify-conductionnl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opsx-verify
Source: https://github.com/ConductionNL/buildiq/tree/main/.claude/skills/opsx-verify
Command: npx skills add https://github.com/ConductionNL/buildiq --skill opsx-verify-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams using OpenSpec-driven development need a reliable gate that confirms an implementation actually matches its specs, tasks, and design before a change is archived, preventing incomplete or divergent work from being merged. ## Core Features & Use Cases - Three-dimension verification: Checks completeness (task checkboxes, spec coverage), correctness (requirement implementation, scenario coverage), and coherence (contract/design adherence, frontend pattern gates, test coverage). - Retrofit DoD audit mode: Runs a read-only definition-of-done check across an entire retrofitted app, scanning for dangling @spec references, naming violations, and missing cohort frontmatter. - GitHub sync and fix loop: Syncs completed task checkboxes to tracking issues, offers an in-place fix loop for CRITICAL/WARNING findings, and prompts for archive only when all tasks are done. - Use Case: Before archiving the change 'add-webhook-support', run verification to confirm all 6 tasks are complete, all spec requirements are implemented, API endpoints respond correctly, and then archive with a clean report. ## Quick Start Ask the assistant to run /opsx-verify on your change name to verify the implementation against its specs before archiving.

Frequently Asked Questions about opsx-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an OpenSpec change before archiving?▼

Run /opsx-verify with the change name, or without arguments to pick from a list. It checks task completion, spec coverage, design adherence, and test coverage, then offers to archive only when all tasks are complete and no critical issues remain.

What does the opsx-verify app mode check?▼

The --app mode runs a read-only retrofit definition-of-done audit across an app. It enumerates retrofit ghost changes, scans for dangling @spec references and symlinks, enforces naming conventions, and verifies cohort frontmatter on capabilities that received new requirements.

Does opsx-verify run API and browser tests automatically?▼

No, API and browser testing is optional. After code-level verification, the skill asks whether to run API tests with curl, browser tests via browser automation, both, or neither, then tests endpoints and UI flows against spec scenarios.

What happens when verification finds incomplete tasks?▼

If any tasks remain unchecked, the skill blocks archiving and lists each incomplete task with its criteria. For critical or warning issues it offers an in-place fix loop, re-verifying after fixes up to three cycles before suggesting manual intervention.

Which AI model is required to run opsx-verify?▼

The skill requires Sonnet or Opus and stops immediately on Haiku, because verifying implementations against specs and running tests needs stronger reasoning than Haiku reliably provides.