openspec-verify-change

Verify change outputs against specs, tasks, and design documents.

10.2k|702|Updated Apr 12, 2012
One-click install
npx skills add https://github.com/studyzy/imewlconverter --skill openspec-verify-change-studyzy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/studyzy/imewlconverter/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/studyzy/imewlconverter --skill openspec-verify-change-studyzy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

验证实现是否与变更产出物(规范、任务、设计)匹配。当用户想在归档前确保变更的产出物齐全且一致时使用。

Core Features & Use Cases

  • 验证变更的输出是否对应于当前变更的规范、任务与设计文档。
  • 从上下文加载产出物并生成三维度验证报告(完整性、正确性、一致性)。
  • 适用于需要在发布/归档前对变更进行一致性检查的工作流。

Quick Start

Run openspec-cn list --json to fetch available changes, select one, then run openspec-cn status --change "<name>" --json to inspect its schema.

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 implementation matches change specifications before archiving?▼

To verify changes, run openspec-cn list --json to fetch available changes, select one, then run openspec-cn status --change "<name>" --json to inspect its schema and generate the validation report.

What is OpenSpec change verification and when do I need it?▼

You need spec validation when working in change-driven workflows and want to ensure produced artifacts are complete, correct, and consistent with the original design documents prior to archiving.

Does spec validation report integrity, correctness, and consistency?▼

It loads produced artifacts from the context and evaluates them against the expected change outputs, providing actionable guidance to resolve any discrepancies found before archiving.

Can I use change verification for design review in change-driven workflows?▼

It parses the OpenSpec context to load produced artifacts and validate them, making it suitable for workflows requiring consistency checks before final release or archival.

What are the limitations of automated spec validation for task tracking?▼

It checks consistency, integrity, and correctness but requires a properly structured change-driven workflow with existing specs, tasks, and design documents to function correctly.