用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/thewoolleyman/cxdb-graph-ui --skill specrevise命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spec:revise |
| description | Revise the CXDB Graph UI spec based on the latest critique |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Bash(ls:*), Bash(pwd:*), Bash(date:*) |
You are revising the CXDB Graph UI specification based on critique feedback.
Read all specification files across all three directories:
specification/intent/ (see specification/intent/README.md for index)specification/constraints/ (invariants, testing requirements, definition of done, non-goals)specification/contracts/ (server API, CXDB upstream API)Read the holdout scenarios for reference:
holdout-scenarios/cxdb-graph-ui-holdout-scenarios.mdList ALL files in specification-critiques/ and find the highest version N that has critique file(s) without corresponding acknowledgement file(s).
Note: Older critiques may have been archived to specification-critiques-archive/. If you need to review earlier versions for continuity context (e.g., reading version N-1 acknowledgements), check there if the files are not present in specification-critiques/.
Critique files match these patterns:
vN.md (legacy single-author format)vN-<author>.md (multi-author format)Acknowledgement files match these patterns:
vN-acknowledgement.md (legacy acknowledgement format)vN-<author>-acknowledgement.md (multi-author acknowledgement format)A version is considered fully acknowledged when every critique file for that version has a corresponding acknowledgement file. For example:
v9-opus.md is acknowledged by v9-opus-acknowledgement.mdv9-gemini.md is acknowledged by v9-gemini-acknowledgement.mdv9.md (legacy) is acknowledged by v9-acknowledgement.mdFind the highest version N that has at least one unacknowledged critique file. If all critiques across all versions have acknowledgements, tell the user to run /spec:critique first and stop.
Read ALL unacknowledged critique files for version N. Also read any acknowledgement files from version N-1 for continuity.
$ARGUMENTS
Process ALL unacknowledged critique files for version N together in a single revision pass. For each issue across all critique files:
specification/ in place — these are living documents, not versioned. Changes may target any subdirectory: intent/, constraints/, or contracts/.Important: The spec file is the single source of truth. Edit it directly rather than creating new versions.
Write a separate acknowledgement file for each unacknowledged critique file. This ensures each critic gets specific feedback on their issues.
For a critique file named vN-<author>.md, write the acknowledgement to:
specification-critiques/vN-<author>-acknowledgement.md
For a legacy critique file named vN.md, write the acknowledgement to:
specification-critiques/vN-acknowledgement.md
Use this format for each acknowledgement:
# CXDB Graph UI Spec — Critique vN ({author}) Acknowledgement
{One-paragraph summary of what was done}
## Issue #1: {title from critique}
**Status: {Applied to specification | Not addressed | Partially addressed}**
{Description of what changed and where, OR reasoning for why it was not addressed}
Changes:
- `specification/{path/to/file.md}`: {what changed}
## Issue #2: ...
## Not Addressed (Out of Scope)
- {Any items intentionally deferred, with reasoning}
Each acknowledgement must cover every issue from its corresponding critique. For items not implemented, provide clear reasoning — the next critic will read this to understand your decisions.
If any critique issue identifies a gap, correction, or addition to the holdout scenarios (e.g., a scenario that doesn't match the spec's behavior, a missing negative case, or a new scenario implied by a spec change), write the scenario directly to holdout-scenarios/cxdb-graph-ui-holdout-scenarios.md. Do not defer or stage scenarios for later review.
holdout-scenarios/cxdb-graph-ui-holdout-scenarios.md using the same Given/When/Then format as existing scenariosThis ensures holdout scenario gaps identified during critique are captured immediately in the canonical acceptance suite.
Tell the user:
Then print exactly:
=== REVISE SKILL COMPLETE ===
WARNING: If you are executing this skill as part of a loop (e.g., spec:critique-revise-loop), you are NOT done. Return to the loop protocol now and execute the next step. Check the loop's exit criteria before stopping.
=== END REVISE SKILL ===