opsx-verify

Automate verification of changes against delta specifications for completeness and correctness.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fjpulidop/specrails-core --skill opsx-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opsx-verify
Source: https://github.com/fjpulidop/specrails-core/tree/main/specrails-plugin/skills/opsx-verify
Command: npx skills add https://github.com/fjpulidop/specrails-core --skill opsx-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifications ensure that an implementation aligns with change artifacts, preventing incomplete or incoherent archives.

Core Features & Use Cases

  • Completeness checks: validates presence and mapping of tasks and delta-spec requirements.
  • Correctness validation: assesses alignment between implementation and specification, including scenario handling.
  • Coherence assessment: reviews design decisions and coding patterns for consistency across the change.

Quick Start

Trigger the verification workflow for a selected change to generate a complete report.

Frequently Asked Questions about opsx-verify

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

FAQPage Schema
How do I verify implementation accuracy against delta specifications before archiving?

Verifying implementation accuracy before archiving involves automating checks of changes against delta specifications to ensure completeness, correctness, and coherence. This process validates task presence, maps delta requirements to code and tests, and checks design adherence.

What does requirement coverage validation check during a change verification?

Requirement coverage validation checks the mapping of delta-spec requirements to your code and tests. It ensures that every requirement specified in the change artifacts is fully implemented and covered by appropriate test scenarios before archiving.

Can I use this verification workflow to check design adherence and coding patterns?

Yes, you can use this verification workflow to check design adherence and coding patterns. It performs a coherence assessment that reviews design decisions and coding patterns for consistency across the change, ensuring alignment with your design docs.

Do I need openspec workflow files to run a completeness check?

Yes, you need openspec workflow files to run a completeness check. The verification process applies to projects using the openspec workflow and requires delta specs, tasks, and design docs to validate task presence and completion accurately.

How do I automate scenario validation for delta specs?

You automate scenario validation for delta specs by triggering the verification workflow for a selected change. The workflow assesses alignment between implementation and specification, including scenario handling, and generates a report with actionable recommendations.

What is included in the verification report for change artifacts?

The verification report for change artifacts includes findings on task status, requirement coverage, and scenario validation. It maps delta requirements to code and tests, checks design adherence, and provides actionable recommendations to fix any gaps.