openspec-verify-change

Verify software implementation alignment with change specifications using the openspec CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification process, ensuring that software implementations are complete, correct, and coherent with their respective change specifications before archiving.

Core Features & Use Cases

  • Change Implementation Verification: Automatically check if a software implementation aligns with change specifications, including tasks, specifications, and design.
  • Custom Change Name: Users can specify a change name to verify, or the Skill can infer it from the conversation context.
  • Comprehensive Reporting: Generates a detailed report on completeness, correctness, and coherence of the implementation.

Quick Start

To verify an implementation against a specific change, use the command 'verify-implementation "change-name"'.

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 software implementation alignment with change specifications?

To verify software implementation alignment, use an automated verification Skill to scan your codebase and artifacts, checking the completeness, correctness, and coherence of your implementation against defined change specifications. It generates a detailed compliance report.

What is implementation verification for change management?

Implementation verification for change management is the process of automatically scanning codebase artifacts to ensure software implementations are complete, correct, and coherent with their respective change specifications before archiving.

Do I need the openspec CLI tool to verify implementation compliance?

Yes, you need the openspec CLI tool installed to execute this implementation verification Skill. It requires the openspec environment to scan the codebase and generate compliance reports.

How to check code review completeness against a specific change name?

To check code review completeness, run the verification command with a specific change name like 'verify-implementation "change-name"'. The tool will infer the change from context if a name is not explicitly provided and scan the codebase for compliance.

Does automated specification compliance checking work without specifying a change name?

Yes, automated specification compliance checking works without specifying a change name. The verification Skill can infer the target change name directly from the conversation context and proceed with scanning the codebase.

What is included in the implementation verification report for software quality?

The implementation verification report for software quality provides a detailed breakdown of completeness, correctness, and coherence. It scans codebase artifacts to ensure the implementation strictly aligns with the change specifications.