openspec-verify-change

Validate change implementation against specs, tasks, and design artifacts.

10|1|Updated Apr 10, 2019
One-click install
npx skills add https://github.com/GeTechG/LDYOM --skill openspec-verify-change-getechg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/GeTechG/LDYOM/tree/main/LDYOM2/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/GeTechG/LDYOM --skill openspec-verify-change-getechg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that a target change's implementation aligns with its specs and related tasks and design decisions to prevent archiving incomplete work.

Core Features & Use Cases

  • Automatically compare specs, tasks, and design artifacts against the actual implementation to report completeness, correctness, and coherence.
  • Supports delta specs stored under openspec/changes/<name>/specs/ and generates a structured verification report with prioritized issues.
  • Useful in pre-archiving reviews, QA sign-off, and change validation workflows for software projects.

Quick Start

Run openspec verification for a target change to generate a full 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 implementation aligns with specs before archiving?

Run an automated verification process that compares your change's delta specs, tasks, and design artifacts against the actual implementation to ensure completeness, correctness, and coherence before archiving.

What is change artifact validation in software engineering?

Change artifact validation is the process of checking that a target change's implementation aligns with its specifications, tasks, and design decisions to prevent archiving incomplete work.

Do I need the OpenSpec CLI to validate delta specs?

Yes, you need the OpenSpec CLI and access to your change artifacts to validate delta specs. The tool analyzes specs, code, and design references stored under openspec/changes/ to produce a structured verification report.

How do I generate a structured verification report for a code change?

You can generate a structured verification report by running openspec verification for a target change, which automatically compares specs, tasks, and design artifacts against the implementation to output prioritized issues.

What is the best way to automate QA sign-off for software changes?

The best way to automate QA sign-off is to use a validation workflow that automatically compares specs, tasks, and design artifacts against the actual implementation, generating a report with prioritized issues to ensure coherence.

Why does change validation fail when archiving incomplete work?

Change validation fails when archiving incomplete work because the actual implementation has not yet aligned with its specifications, tasks, and design decisions, which the verification process detects and reports as prioritized issues.