openspec-verify-change

Verify software implementation alignment with change artifacts using openspec CLI.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/nfelix25/home-movies --skill openspec-verify-change-nfelix25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/nfelix25/home-movies/tree/main/.cursor/skills/openspec-verify-change
Command: npx skills add https://github.com/nfelix25/home-movies --skill openspec-verify-change-nfelix25

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill verifies that the implementation of a project matches the specified change artifacts, ensuring that the implementation is complete, correct, and coherent before archiving.

Core Features & Use Cases

  • Change Artifacts Verification: Confirm that the implementation matches the change specifications (specs, tasks, design).
  • Automated Checks: Run automated checks for completeness, correctness, and coherence.
  • User Selection: Allows users to select the change they wish to verify, or automatically infer from context.

Quick Start

Verify the implementation of the 'latest-change' by running the skill with the command: verify-change latest-change.

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 my code implementation matches change specifications?

Yes, implementation validation checks coherence by comparing the actual code against design documents, specs, and tasks defined in your change artifacts to ensure alignment before archiving.

How do I validate implementation correctness against project change artifacts?

You validate implementation correctness by running automated checks that compare the codebase against the specified change artifacts, ensuring the implementation is complete and coherent before archiving.

Do I need the openspec CLI to verify change artifacts?

Yes, you need the openspec CLI installed in your environment, as this Skill depends on it for retrieving change artifacts and reporting verification status during implementation validation.

Can I select a specific change to verify or is it automatic?

You can either explicitly select a specific change to verify or allow the Skill to automatically infer the target change from your current context during the validation process.

When should I run change verification in my software project?

You should run change verification when you need to confirm that your implementation is complete, correct, and coherent against change specifications before archiving the project changes.