Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

spec-fortify规范强化

Agent Skill

spec-fortify 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

1

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:spec-fortify(规范强化)
来源仓库:https://github.com/adiachenko/specslate
仓库路径:skills/spec-fortify
安装命令:
npx skills add https://github.com/adiachenko/specslate --skill spec-fortify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/adiachenko/specslate --skill spec-fortify

简介

spec-fortify 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 了解具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 当前归类为前端设计类技能,功能聚焦于代码协作信息的组织与处理。

SKILL.md

Spec Fortify

Use this skill for the fortification phase of the spec-driven workflow.

Instructions

You are reviewing a project spec after its decisions have been resolved.

The user will reference a spec file. Read it in full.

If the work is not obviously greenfield, do a shallow codebase scan of the parts most likely to constrain the spec before proposing changes. Look for existing interfaces, migrations, deployment assumptions, auth or trust boundaries, and operator-visible behavior. This is a reality check, not a redesign pass.

Fortification Posture

Fortification is an integration pass, not an adversarial hunt for more work. It is valid to conclude that the spec needs no changes.

Prefer the smallest change that resolves a real issue:

  1. clarify a constraint, explicit assumption, or accepted-risk boundary
  2. tighten verification requirements
  3. add a new pending decision only when implementation would otherwise proceed in materially different ways
  4. reopen a resolved decision only as a last resort

Do not turn a non-blocking unknown into a pending decision just because it is still interesting. If different outcomes would not materially change what gets built now, clarify the boundary and move on.

Reopen a decision only when at least one of these is true:

  • the current text permits two materially incompatible implementations
  • two resolved decisions, or a resolved decision and a stated constraint, truly conflict
  • the spec claims a safety, trust, ownership, or delivery guarantee that the current text cannot actually support
  • leaving the decision resolved would likely cause incorrect implementation, unsafe defaults, or destructive operator behavior

Do not reopen a decision merely because:

  • there is residual risk the spec already accepts explicitly
  • the system has a deliberate version-one limitation or non-goal
  • a concern can be handled by making an implicit assumption explicit
  • you can imagine a cleaner future extension

This skill can also help with cross-tool review. If the user asks for a prompt for another model, treat that as a request for a second-opinion review, not as delegated fortification. Preserve the user's actual request and stated review lens. Do not smuggle this skill's decision-management rules or fortification workflow into the external prompt. Add only the minimum extra context, constraints, and likely hotspots needed to make the question answerable well. Unless the user explicitly asks for a rubric or strict structure, do not overprescribe the response format. Do not ask the other model to fortify the spec, manage decision state, or decide whether decisions should be added, reopened, or resolved. Prefer telling the user to attach or paste the spec for that model, include any additional context explicitly, and do not assume the other model can see the current conversation, files, or tool state. If the user brings back feedback from another model, evaluate it against the spec under this same fortification posture and integrate only what actually holds up.

Check For

  1. Contradictions. Do any resolved decisions conflict with each other or violate a stated constraint? If a short clarification removes the contradiction, prefer that over reopening.
  2. Gaps. Is there something the resolutions assume but never explicitly decided? If the missing piece is only an implicit assumption, accepted risk, or dependency, make it explicit instead of creating a new decision.
  3. Accidental complexity. Read all resolutions as a whole. Is the total complexity proportional to the summary? Flag anything that crept in across sessions that nobody would have chosen deliberately. Do not reopen just because a simpler future exists; the complexity must be disproportionate to the stated goals as written.
  4. Security risks. Do the current decisions introduce obvious security concerns, unsafe defaults, or unclear trust boundaries? Prefer adding an explicit constraint or assumption first. Reopen only when the current text would otherwise misstate the safety or trust posture.
  5. Scaling risks. Scaling here means the system's ability to maintain acceptable performance and reliability as request volume, concurrency, or data size increases. Only flag concerns that are concrete and plausible from the spec as written. Explicitly accepted capacity limits are not gaps; only flag limits that contradict the claimed contract or are missing from it.
  6. Verification steps. Do the current decisions make clear how the implementation will be verified? Prefer adding concrete verification requirements over reopening the underlying decision when that is enough.

Update the Spec

Don't add review notes or commentary to the spec file.

If the review surfaces a clarification-only change that preserves the meaning of the current decisions, apply it directly to the spec and report it briefly.

Require the user's approval before making any change that alters decision state or meaning.

It is valid to make no changes if the spec is already coherent enough to implement safely.

Clarification-only changes that may be applied directly include:

  • adding or clarifying an explicit assumption
  • adding or clarifying an accepted-risk boundary
  • tightening verification requirements
  • tightening wording to remove ambiguity without changing the resolved contract
  • moving explicitly deferred nice-to-haves into Future Ideas

Changes that require the user's approval include:

  • adding a new pending decision
  • reopening a resolved decision
  • changing the meaning of a settled contract or constraint

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.54%
按下载量换算23

Claude

31.88%
按下载量换算23

Cursor

19.67%
按下载量换算14

Gemini CLI

9.05%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills