openspec-verify-change

Verify change implementations against openspec artifacts for completeness, correctness, and coherence.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/rangechow/LotGameClient --skill openspec-verify-change-rangechow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/rangechow/LotGameClient/tree/main/.codebuddy/skills/openspec-verify-change
Command: npx skills add https://github.com/rangechow/LotGameClient --skill openspec-verify-change-rangechow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that an implementation matches the associated change artifacts (specs, tasks, and design references) to ensure completeness and coherence before archiving.

Core Features & Use Cases

  • Load delta artifacts from openspec (specs, tasks, and design notes) and compare them against the implemented code.
  • Generate a structured verification report detailing Completeness, Correctness, and Coherence with actionable recommendations.
  • Gracefully handle missing artifacts by highlighting gaps and suggesting remediation.

Quick Start

Run the verification workflow on a chosen change using openspec to load artifacts and produce a 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 against specification artifacts before archiving?

Verify code changes against specification artifacts by loading delta artifacts like specs, tasks, and design notes, then comparing them with the implementation to ensure completeness and coherence before archiving.

What is change artifact verification in software engineering?

Change artifact verification is the process of validating that an implementation matches its associated specs, tasks, and design references, ensuring completeness, correctness, and coherence across the codebase.

How do I validate implementation completeness when design references are missing?

Validate implementation completeness by highlighting gaps from missing design references and generating actionable remediation suggestions within a structured verification report detailing correctness and coherence.

Can I use openspec to generate a structured verification report for code review?

Yes, you can use the openspec CLI to load change artifacts, apply three-dimension validation, and produce a detailed code review report covering implementation completeness, correctness, and coherence.

What is the best way to track and validate change artifacts during software development?

The best way to track and validate change artifacts is using a structured three-dimension verification approach that compares implemented code against loaded specs, tasks, and design references to ensure full coherence.