openspec-audit
仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由
一键多层级审计,适合发布前或全面检查
▸ 风险提示
会读取代码库与项目元数据,需仓库访问权限
这个 Skill 做什么
按五种深度对仓库运行综合合规与漂移审计。
提供一个一键式的合规与漂移审计入口,按快检、标准、严格、发布、取证五个深度组合 openspec-verify、-drift、-traceability 来检查仓库。在准备发版或需要比单阶段验证更高信心时使用,能从快速健康检查一路到完整取证重构。它负责编排工具和深度选择,不在内部重复实现验证逻辑。
▸ 展开 SKILL.md 英文原文
Orchestrates a full compliance audit at one of five depths (quick, standard, strict, release, forensic) by composing openspec-verify, openspec-drift, and openspec-traceability. Use before /gsd-ship, or any time a broader confidence check is wanted than the per-phase verify:post step alone gives.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Purpose A single entry point for "how sure are we, really" at whatever depth the moment calls for — from a fast sanity check to a full forensic reconstruction of an existing, un-audited codebase. Composes the other skills; implements no verification logic of its own. ## Invocation conditions - Directly, any time: `/openspec-audit [quick|standard|strict|release|forensic]` (defaults to `workflow.openspec_audit_mode`, `standard`). - Recommended immediately before `/gsd-ship` on anything beyond a trivial phase, even though `ship:pre`'s gate only technically requires `openspec-verify`'s `status: passed`. ## Required inputs - Mode (one of the five below; defaults per config). - Scope: a si
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有