openspec-verify-change

Verify implementation changes against spec artifacts using the openspec CLI.

31|10|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/yazelin/ching-tech-os --skill openspec-verify-change-yazelin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/yazelin/ching-tech-os/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/yazelin/ching-tech-os --skill openspec-verify-change-yazelin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification of code changes to ensure they are complete, correct, and coherent before they are archived.

Core Features & Use Cases

  • Change Verification: Automates checking if the code matches the specifications and tasks before archiving.
  • Status Reporting: Provides a structured report on completeness, correctness, and coherence of the change implementation.
  • Use Case: For software development teams that want to automate the validation of code changes against spec and task artifacts, reducing manual errors and speeding up the process.

Quick Start

Run the skill to verify the changes related to 'FeatureA'. If the skill detects issues, it will generate a report outlining what needs to be fixed.

Frequently Asked Questions about openspec-verify-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code verification against spec artifacts before archiving changes?

You can automate code verification by running the openspec-verify-change script to compare implementation changes against spec artifacts. It identifies missing, incomplete, or divergent implementation and generates a structured JSON report on completeness and coherence.

What is implementation validation for software development workflows?

Implementation validation is the process of checking if code changes match specifications and task artifacts. This Skill automates that validation to ensure changes are complete, correct, and coherent, reducing manual review errors and speeding up the archiving process.

Do I need the openspec CLI to verify change artifacts for codebase coherence?

Yes, you need the openspec CLI installed to use this Skill. It depends on the openspec CLI to automate the verification of implementation changes and generate JSON-based reports on codebase coherence.

How do I get a structured report on code change completeness and correctness?

Run the Skill to verify changes related to a specific feature. If issues are detected, it generates a structured JSON report outlining what needs to be fixed regarding completeness, correctness, and coherence of the implementation.

Can I identify divergent implementation changes using automated code review tools?

Yes, this Skill automates the detection of divergent implementation by comparing code changes against spec artifacts. It identifies missing or incomplete implementations and reports them in a structured JSON format for review.

What are the limitations of automating change management verification with openspec?

The Skill is limited to verifying implementation changes against existing spec artifacts and requires the openspec CLI. It focuses on identifying missing, incomplete, or divergent implementation but does not modify code or fix the detected issues automatically.