openspec-verify-change

Automates verification of software implementations against specified change artifacts using the openspec CLI.

63|14|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/HsienW/chat-gun-react-agent --skill openspec-verify-change-hsienw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/HsienW/chat-gun-react-agent/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/HsienW/chat-gun-react-agent --skill openspec-verify-change-hsienw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists in verifying that an implementation aligns perfectly with change artifacts such as specifications and tasks, ensuring the integrity and accuracy of the implementation process.

Core Features & Use Cases

  • Change Verification: Accurately checks the implementation against change specifications.
  • Task Completion: Evaluates the completion of tasks related to the change.
  • Spec Coverage: Analyzes the extent to which the codebase covers the specified requirements.
  • Design Adherence: Confirms that the implementation follows the outlined design decisions.
  • Use Case: Ideal for developers and QA engineers to ensure that changes are implemented correctly before archiving.

Quick Start

Run the openspec-verify-change skill with a specific change name, e.g., "verify-change --change=featureX".

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 against change specifications?

To verify implementation against change specifications, automate the verification process to identify completeness, correctness, and coherence issues. This ensures your codebase aligns perfectly with designated change artifacts before archiving.

How does automated artifact analysis check task completion?

Automated artifact analysis checks task completion by evaluating the implementation against specified change tasks. It analyzes the extent to which your codebase covers specified requirements and confirms adherence to outlined design decisions.

Do I need the openspec CLI to check spec coverage?

Yes, you need the openspec CLI installed to check spec coverage. The verification process requires the openspec CLI to perform artifact analysis and accurately compare your implementation against specified requirements.

What is the best way to ensure design adherence before archiving changes?

The best way to ensure design adherence before archiving changes is to run an automated verification check. This confirms your implementation follows outlined design decisions and evaluates the completion of related tasks.

Why does my implementation verification report coherence issues?

Implementation verification reports coherence issues when the codebase lacks logical consistency with change artifacts. The verification process identifies these coherence issues alongside completeness and correctness problems during artifact comparison.