openspec-verify-change

Verify implementation matches delta specs, tasks, and design artifacts.

113|19|Updated Apr 8, 2025
One-click install
npx skills add https://github.com/goern/forgejo-mcp --skill openspec-verify-change-goern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/goern/forgejo-mcp/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/goern/forgejo-mcp --skill openspec-verify-change-goern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that an implementation matches the defined change artifacts (specs, tasks, and design) to ensure accuracy before archiving.

Core Features & Use Cases

  • Validates task completion against checked lists.
  • Cross-checks delta specs for explicit requirements and scenario coverage.
  • Generates a structured verification report highlighting completeness, correctness, and coherence.

Quick Start

Use the skill to verify a change by name or context; the tool will prompt you to select a change if not provided, then load artifacts and produce a detailed verification 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 before archiving?

Verifying code changes before archiving involves analyzing task checklists, delta spec requirements, and design decisions to assess completeness, correctness, and coherence, producing a structured report with critical, warning, and suggestion findings.

What is change artifact verification in software engineering?

Change artifact verification is the process of validating that an implementation matches defined specs, tasks, and design documents to ensure accuracy, coherence, and completeness before archiving a change.

How do I check task checklist completion against delta specs?

Checking task checklist completion against delta specs involves cross-referencing checked task artifacts against explicit requirements and scenario coverage within delta specs to validate correctness and completeness.

Can I generate a verification report for incomplete change implementations?

Yes, you can generate a verification report for incomplete change implementations that highlights gaps in completeness, correctness, and coherence, outputting critical, warning, and suggestion findings to address before archiving.

Do I need design documents to run a change verification check?

No, design documents are optional for running a change verification check; the process applies to changes with delta specs and task artifacts, using design documents if available to assess coherence.