用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/marcellocurto/skills --skill spec-conformance-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | spec-conformance-audit |
| description | Check whether an implementation matches its source specification and agreed decisions. |
Determine whether the implementation matches what was authorized.
Audit only. Do not edit files, apply fixes, commit, publish, or mutate external systems unless the user separately asks for implementation.
Trace every material requirement and protected constraint to observable implementation evidence, while identifying work that changed behavior beyond the agreed scope.
Use the smallest authoritative source set that defines the work:
Later explicit decisions override earlier proposals. A suggestion is not a requirement merely because it appears in a plan or prior model response. Current implementation behavior is evidence, not automatically the intended contract.
Extract only what affects the verdict:
If sources materially conflict and their precedence cannot be established, report the conflict instead of inventing a merged requirement.
Inspect the relevant diff, current code, affected callers and consumers, and verification evidence. Read surrounding code only when needed to understand a contract, behavior boundary, or possible spillover.
For each material requirement, classify it as:
satisfied: implemented with adequate evidencepartial: some required behavior exists, but the contract is incompletemissing: no implementation evidencecontradicted: implementation does the opposite of the contractunverified: implementation may exist, but available evidence cannot establish itReport unauthorized expansion separately when the work changes behavior outside the contract, such as unrelated product surfaces, schemas, export formats, business rules, external records, dependencies, or compatibility policy. Extra code is not automatically unauthorized: require a concrete behavioral, operational, or maintenance consequence beyond the approved scope.
Lead with a direct verdict: conforming, partially conforming, or non-conforming.
Then provide the smallest useful traceability table:
| Requirement or constraint | Source | Implementation evidence | Status |
|---|
After the table, include only applicable sections:
If every material requirement is satisfied and no unauthorized expansion exists, say so directly without inventing findings.
Stop when every material requirement and protected constraint has a classification, unauthorized expansion has been checked, and the remaining evidence gaps are explicit.