openspec-verify-change

Verify code implementations against openspec change artifacts and generate reports.

5|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/yuboon/ai-examples --skill openspec-verify-change-yuboon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/yuboon/ai-examples/tree/main/002-springboot-mcp/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/yuboon/ai-examples --skill openspec-verify-change-yuboon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that code implementations accurately reflect the defined change artifacts (specs, tasks, design), preventing inconsistencies and ensuring quality before archiving.

Core Features & Use Cases

  • Automated Verification: Checks for completeness, correctness, and coherence between code and specifications.
  • Detailed Reporting: Generates a structured report highlighting critical issues, warnings, and suggestions.
  • Use Case: Before merging a new feature, use this Skill to automatically verify that all defined requirements in the spec are implemented, that the code adheres to the design document, and that all associated tasks are marked as complete.

Quick Start

Use the openspec-verify-change skill to verify the implementation for the change named 'user-authentication-update'.

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 implementations against change artifacts?

To verify code implementations against change artifacts, you can automatically check for completeness, correctness, and coherence between your code and the defined specs, tasks, and design documents. This ensures all requirements are implemented and tasks are marked complete before archiving.

What is change artifact verification in code review?

Change artifact verification in code review is the process of mapping implementations to defined requirements and scenarios. It evaluates design adherence and code pattern consistency to ensure code accurately reflects specs, tasks, and design documents, preventing inconsistencies before merging a new feature.

Do I need openspec CLI to check requirement coverage?

Yes, you need the openspec CLI installed to check requirement coverage. The verification process requires the openspec CLI for executing status checks and retrieving the necessary change artifacts to assess completeness and correctness accurately.

How do I check if all tasks and specs are completed before merging?

You can check task completion and requirement coverage by running a verification check against your named change. This assesses completeness by verifying all associated tasks are marked complete and all defined requirements in the spec are implemented correctly.

What does a verification report for change management include?

A verification report for change management includes a structured summary highlighting critical issues, warnings, and suggestions. It maps implementations to requirements and scenarios, evaluating design adherence and code pattern consistency to prevent inconsistencies before archiving.