openspec-verify-change

Verify change implementations against delta specs, tasks, and design artifacts.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/rick2047/WrestleGM --skill openspec-verify-change-rick2047
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/rick2047/WrestleGM/tree/main/.opencode/skills/openspec-verify-change
Command: npx skills add https://github.com/rick2047/WrestleGM --skill openspec-verify-change-rick2047

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Change verification ensures that implementations align with delta specs, tasks, and design before archiving, reducing risk of incomplete or inconsistent changes entering the repository.

Core Features & Use Cases

  • Completeness checks for task completion and delta-spec coverage.
  • Correctness verification by mapping requirements to code and tests.
  • Scenario coverage assessment and test presence checks.
  • Coherence validation with design decisions and project patterns.
  • Graceful degradation when one or more artifacts are unavailable.
  • Structured verification reports with prioritized CRITICAL, WARNING, and SUGGESTION findings.

Quick Start

Run the openspec verification workflow for a chosen change to generate a complete verification report.

Frequently Asked Questions about openspec-verify-change

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

FAQPage Schema
How do I verify code changes match specifications before archiving?

Code change verification checks implementation against delta specs, tasks, and design before archiving. It maps requirements to code and tests, assessing completeness and coherence to generate a structured report with prioritized findings.

What is the best way to check if implementation tasks and design decisions are complete?

Completeness checks for task completion and delta-spec coverage validate whether implementation tasks and design decisions are fully addressed. The process maps requirements to code and tests, generating a structured verification report.

How does change verification handle missing design documents or artifacts?

Change verification handles missing artifacts through graceful degradation, continuing the assessment even when one or more design documents or artifacts are unavailable, while still reporting on available coverage.

Can I prioritize code review findings by severity for remediation?

Code review findings are prioritized into CRITICAL, WARNING, and SUGGESTION levels to enforce actionable remediation. The structured verification report highlights severity so developers can address the most important issues first.

When should I run a verification report on change artifacts?

Run change artifact verification before archiving changes containing delta specs and artifacts. This reduces the risk of incomplete or inconsistent changes entering the repository by validating scenario coverage and test presence.

What does a change verification report include?

A change verification report includes completeness checks, correctness verification, scenario coverage assessment, and coherence validation. It provides prioritized CRITICAL, WARNING, and SUGGESTION findings to guide actionable remediation.