openspec-repair

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

确保每个缺口都有明确行动且不可通过降低标准解决。

这个 Skill 做什么

将审计或执行发现的缺口分类并生成具体修复与路由方案。

把审计或执行中发现的缺口变成具体的修复路线:分到四种处理方式(改代码、改规范、新变更或阻断),并给出负责人和行动项。任何通过 openspec-audit、drift 检出问题后用,确保每个发现都有落地的处理方式。重要的是绝不通过降低标准来掩盖问题,保证合约或规范能真正被遵守。

▸ 展开 SKILL.md 英文原文

Turns a classified gap — from openspec-verify, openspec-drift, or an executor's deviation tag — into a concrete, routed fix plan. Decides which of the four repair routes a gap takes (fix the code, update the spec, open a new change, or block), and never resolves a gap by weakening what was agreed.

开发编程缺口修复路由决策合规通用
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-repair/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-repair/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Purpose

A gap with no owner and no route is just a warning people learn to scroll past. This skill exists so every finding produced anywhere in the integration terminates in exactly one of four named actions, with the "make the audit pass by lowering the bar" option structurally unavailable.

## Invocation conditions

- Composed by `openspec-audit` whenever a composed skill reports a finding requiring a fix.
- After `openspec-verify` writes `status: gaps_found` — this is the natural next step before re-running verification.
- Directly, `/openspec-repair [finding-id]`, to plan the fix for one specific gap.

## Required inputs

- One or more findings, each already carrying a classification
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有