openspec-verify-change

Validate code changes against OpenSpec delta specs and tasks.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/hmj1026/docker_run --skill openspec-verify-change-hmj1026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/hmj1026/docker_run/tree/main/.gemini/skills/openspec-verify-change
Command: npx skills add https://github.com/hmj1026/docker_run --skill openspec-verify-change-hmj1026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that an implementation matches the defined change artifacts, helping teams ensure completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Validate task completion by checking tasks.md, status, and delta specs availability to generate a verification report.
  • Cross-check requirements in delta specs against the codebase to detect gaps, divergences, and missing scenarios.
  • Produce a structured verification report detailing Completeness, Correctness, and Coherence with actionable recommendations.

Quick Start

Run the verification workflow for the specified change to generate a complete 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 delta specs before archiving?

To verify code changes match delta specs before archiving, you run a structured verification workflow that cross-checks requirements against the codebase to detect gaps and generate a report. It compares your delta specs, tasks, and design context with the implemented code.

What is change artifact verification in the OpenSpec workflow?

Change artifact verification in the OpenSpec workflow is the process of validating that an implementation matches defined delta specs and design context. It ensures completeness, correctness, and coherence before archiving by cross-checking requirements against the codebase.

How do I validate task completion for delta specs and design context?

You validate task completion by checking tasks.md, status, and delta specs availability to generate a verification report. This process cross-checks requirements in delta specs against the codebase to detect missing scenarios and divergences.

Can I detect missing scenarios and divergences between specs and implemented code?

Yes, you can detect missing scenarios and divergences between specs and implemented code by cross-checking requirements in delta specs against the codebase. This identifies gaps and produces a structured verification report with actionable recommendations.

What does a structured verification report for code changes include?

A structured verification report for code changes includes task status, spec coverage, and design coherence details. It provides actionable recommendations to guide remediation where gaps, divergences, or missing scenarios are detected.

When should I run change verification on my project?

You should run change verification on your project before archiving code changes to ensure implementation completeness, correctness, and coherence. It is specifically needed for projects using the OpenSpec workflow to validate delta specs, tasks, and design context against implemented code.