openspec-verify-change

Verify software implementation against change artifacts using the openspec CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/DihDyyy/login_app --skill openspec-verify-change-dihdyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/DihDyyy/login_app/tree/main/.amazonq/skills/openspec-verify-change
Command: npx skills add https://github.com/DihDyyy/login_app --skill openspec-verify-change-dihdyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps ensure that your implementation aligns with the specified change artifacts, ensuring completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Change Verification: Verify that implementation matches the change artifacts (specs, tasks, design).
  • User Selection: Allows users to select a specific change for verification.
  • Automated Checks: Automatically checks for completeness, correctness, and coherence of the implementation.

Quick Start

Use the openspec-verify-change skill to verify the implementation of the 'update-user-profile' 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 implementation matches software change artifacts?

Verifying implementation against change artifacts involves checking your software changes against specs, tasks, and design documents. This Skill automates completeness, correctness, and coherence checks before archiving.

How do I check spec compliance for a specific software change?

To check spec compliance, select a specific change for verification. This Skill allows you to target a named change, such as 'update-user-profile', and automatically validates its implementation against the corresponding artifacts.

Do I need the openspec CLI to verify change implementation?

Yes, you need the openspec CLI installed and access to your change artifacts to perform implementation verification. The Skill depends on the openspec CLI to execute automated checks for completeness, correctness, and coherence.

What does automated change verification check for during implementation review?

Automated change verification checks for completeness, correctness, and coherence of your implementation. It ensures your software changes align with the specified change artifacts, including specs, tasks, and design documents before archiving.

When should I run change verification on my software project?

Run change verification before archiving a software change. This ensures your implementation aligns with the change artifacts, confirming that all specs, tasks, and design requirements are met correctly and completely.