openspec-verify-change

Verify code implementations against openspec change artifacts and generate reports.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/TbK0ng/silver-bullet-kernel --skill openspec-verify-change-tbk0ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/TbK0ng/silver-bullet-kernel/tree/main/.agents/skills/openspec-verify-change
Command: npx skills add https://github.com/TbK0ng/silver-bullet-kernel --skill openspec-verify-change-tbk0ng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that code implementations accurately reflect the intended changes defined in specifications, tasks, and designs, preventing discrepancies before archiving.

Core Features & Use Cases

  • Completeness Check: Verifies if all defined tasks are completed and requirements are addressed.
  • Correctness Validation: Assesses if the implementation aligns with requirement intent and covers defined scenarios.
  • Coherence Assurance: Checks adherence to design decisions and project coding patterns.
  • Use Case: Before merging a feature, use this Skill to confirm that all development tasks are done, the code meets the specified requirements, and it follows the established architectural patterns.

Quick Start

Use the openspec-verify-change skill to verify the implementation for the 'add-user-authentication' 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 code implementation against change artifacts before merging?

To verify code implementation against change artifacts, use this Skill to check completeness, correctness, and coherence of your code against tasks.md, specs, and design.md, generating a detailed verification report before archiving.

What is implementation validation in change management?

Implementation validation in change management ensures code accurately reflects specified change artifacts, preventing discrepancies by assessing whether requirements are addressed, tasks are completed, and design decisions are followed.

Can I use openspec CLI to check if my feature meets specified requirements?

Yes, you can use the openspec CLI to list, status, and apply change instructions. This Skill analyzes the CLI output alongside tasks.md and design.md to validate that your feature meets specified requirements.

How do I check if all development tasks are completed before archiving a change?

Check if all development tasks are completed by running this Skill to perform a completeness check. It verifies that every defined task is done and that the implementation aligns with the defined scope and project coding patterns.

What is the best way to validate code coherence with design decisions?

The best way to validate code coherence with design decisions is using this Skill to assess adherence to architectural patterns. It checks the implementation against design.md to confirm established project patterns are followed.

Do I need openspec-cli installed to verify implementation correctness?

Yes, you need the openspec-cli installed and configured. This Skill requires the openspec CLI to list, status, and apply change instructions, and to analyze artifacts to generate a detailed verification report.