openspec-verify

仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由

提供证据驱动的最终验证,保证发布前规范被证明满足。

▸ 风险提示

需要读取 GSD 产物、仓库验证文件与日志,需相应权限。

这个 Skill 做什么

基于证据执行多级验证并生成 OpenSpec 合规报告,作为发版门槛。

在发版流程里做最后的合规把关,生成一份基于证据的 OPENSPEC-VERIFICATION.md 报告。它把已有的验证产物和 OpenSpec 的状态合并,跑六层检查(task、scenario、requirement、design、regression、spec-drift)并且任何通过都必须有可引用的证据。用作发版门槛时它能阻止不完整或没证据的通过判定。

▸ 展开 SKILL.md 英文原文

Wired as the verify:post step. Produces OPENSPEC-VERIFICATION.md, the evidence-backed compliance report the ship:pre gate blocks on. Runs six verification levels — task, scenario, requirement, design compliance, regression, spec-drift — and never marks anything PASS without a cited artifact.

开发编程多级验证合规报告证据驱动通用
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-verify/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-verify/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Purpose

This is the one skill the whole integration's "Ship is blocked until proven" guarantee rests on. It reads what GSD's own verifier already produced (`VERIFICATION.md`, `SUMMARY.md`) plus OpenSpec's own state (`openspec validate --json`) and produces a second, OpenSpec-specific verdict — never re-deriving GSD's own must_haves check, only adding the OpenSpec compliance dimension GSD has no native concept of.

## Invocation conditions

- Automatically at `verify:post`, when `workflow.openspec_verification` is true and `<NN>-OPENSPEC-LINK.md` exists for the phase.
- Directly, for a spot re-check without re-running the whole `/gsd-verify-work` step.

## Required inputs

- `<NN>-OPENSPE
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有