openspec-verify-change

Verify code changes against specs, tasks, and design artifacts.

25|4|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rozx/Tsukuyomi --skill openspec-verify-change-rozx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/rozx/Tsukuyomi/tree/main/.opencode/skills/openspec-verify-change
Command: npx skills add https://github.com/rozx/Tsukuyomi --skill openspec-verify-change-rozx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that a project's change artifacts (specs, tasks, and design) are implemented correctly and cohesively before archiving.

Core Features & Use Cases

  • Completeness verification: checks that tasks are completed and specs are covered.
  • Coherence verification: ensures alignment between design decisions and implementation.
  • Scenarios and example workflows: provides actionable guidance for QA and development teams.

Quick Start

Identify the target change and run the verifier to generate a structured completeness, correctness, and coherence 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 changes against design specs and tasks?

To verify code changes, run the verifier against your target change to generate a structured report analyzing task completion, spec coverage, and design adherence. This ensures implementation correctly aligns with defined change artifacts.

What is change artifact coherence verification?

Change artifact coherence verification ensures alignment between design decisions and actual implementation. It checks that completed tasks and covered specs cohesively match the defined design before archiving the project.

How do I check spec coverage and task completion before archiving?

Check spec coverage and task completion by running a completeness verification process. This analyzes your change artifacts to ensure all defined tasks are completed and specifications are fully covered before archiving.

Does openspec-verify-change work with delta spec formats?

Yes, the verification process ensures compatibility with openspec tools and delta spec formats. It analyzes these change artifacts to produce actionable remediation recommendations for any identified gaps.

What's the best way to ensure design adherence in software engineering projects?

The best way to ensure design adherence is to run a coherence verification check. This validates that your code implementation correctly follows the established design decisions and produces actionable remediation reports for discrepancies.

When do I need to run a completeness and correctness verification?

Run completeness and correctness verification when preparing to archive a project's change artifacts. It validates that tasks are completed, specs are covered, and the implementation aligns with the defined design.