One-click install
npx skills add https://github.com/belingud/gptcomet --skill openspec-verify-change-belingud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/belingud/gptcomet/tree/main/.codex/skills/openspec-verify-change
Command: npx skills add https://github.com/belingud/gptcomet --skill openspec-verify-change-belingud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams ensure that a change implementation fully satisfies the associated specifications, task artifacts, and design decisions prior to archiving.

Core Features & Use Cases

  • Task and status verification: reads change-context artifacts to confirm task checklists are complete.
  • Spec coverage mapping: analyzes delta specs under openspec/changes/<name>/specs and links requirements to code and tests.
  • Design coherence checks: compares implementation against documented design decisions to detect inconsistencies.
  • Comprehensive reporting: produces an actionable verification report with clear CRITICAL, WARNING, and SUGGESTION items.

Quick Start

Provide the change name to start the verification of task completion, spec coverage, and design coherence.

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 implementation matches specifications before archiving changes?

Spec coverage mapping analyzes delta specs under openspec/changes/ to link documented requirements directly to code implementations and tests. It checks that every requirement in the change artifacts has corresponding code and test coverage.

How do I check if task checklists are complete for a code change?

To check if task checklists are complete for a code change, the skill reads change-context artifacts to parse task checkboxes and confirm their status. It validates that all tasks documented in the change specifications are marked as complete before archiving.

Can I detect design inconsistencies between my implementation and documented design decisions?

Yes, you can detect design inconsistencies by running design coherence checks. The skill compares your actual implementation against documented design decisions in the change artifacts to identify and report any deviations or incoherent logic.

What is the best way to generate an actionable verification report for spec validation?

The best way to generate an actionable verification report for spec validation is to assess design adherence and spec coverage comprehensively. The skill produces a report with clear CRITICAL, WARNING, and SUGGESTION items for any discovered issues.

Do I need openspec to validate delta changes and task completion?

Yes, you need openspec to validate delta changes because the skill specifically applies to delta changes produced by openspec. It extracts delta specs from the openspec directory structure to verify task completion and design coherence.