openspec-verify-change

Verify software implementation matches change artifacts using the openspec CLI.

4|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/afadhitya/wallet-app --skill openspec-verify-change-afadhitya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/afadhitya/wallet-app/tree/main/.opencode/skills/openspec-verify-change
Command: npx skills add https://github.com/afadhitya/wallet-app --skill openspec-verify-change-afadhitya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that the implementation of a change matches the corresponding artifacts, ensuring completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Change Verification: Validates that the implementation is complete, correct, and coherent against the specified change artifacts.
  • User Selection: Allows the user to select a change from available options when no specific change name is provided.
  • Status Checking: Checks the status of the change to understand the schema and available artifacts.
  • Verification Report: Generates a detailed report on completeness, correctness, and coherence, with actionable recommendations.

Quick Start

Run the 'openspec-verify-change' skill to verify that the implementation matches the change artifacts for the current change.

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 my software implementation matches change artifacts?

To verify an implementation matches change artifacts, you can run a verification process that checks completeness, correctness, and coherence, generating a comprehensive report with actionable recommendations.

Do I need the openspec CLI to validate implementation changes?

Yes, you need the openspec CLI installed and configured, as it is required to access the necessary change artifacts and perform the validation checks.

What is included in an implementation validation report for software development?

An implementation validation report provides a detailed assessment of completeness, correctness, and coherence between your code and the change artifacts, along with actionable recommendations for resolving any discrepancies.

Can I select a specific change to verify if multiple are available?

Yes, when no specific change name is provided, the verification process allows you to interactively select the target change from a list of available options.

How does change status checking work before implementation validation?

Status checking reviews the current state of the change to understand its schema and identify the available artifacts, ensuring the validation process has the required references.

When should I use automated change verification in my software development workflow?

You should use automated change verification before archiving a change to ensure the implementation perfectly aligns with the specified artifacts, preventing incomplete or incoherent code from being finalized.