用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/thewoolleyman/cxdb-graph-ui --skill speccritique命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | spec:critique |
| description | Critique the CXDB Graph UI spec against its goals and invariants |
| user-invocable | true |
| allowed-tools | Read, Write, Glob, Bash(ls:*), Bash(pwd:*), Bash(date:*) |
You are critiquing the CXDB Graph UI specification.
Parse $ARGUMENTS for named KEY=VALUE parameters. Ignore non-parameter text (it is passed through as additional critique direction — see below).
| Parameter | Values | Default |
|---|---|---|
AUTHOR | Filename-safe lowercase slug | LLM model slug (see below) |
ARTIFACTS_DIR | Path string | (none) |
AUTHOR: Author identifier used in the critique filename. Must be lowercase letters and numbers only (no spaces or special characters). If not provided, derive from the LLM model name:
| Model | Slug |
|---|---|
| Claude Opus | opus |
| Claude Sonnet | sonnet |
| Claude Haiku | haiku |
| Gemini | gemini |
| GPT-4o | gpt4o |
| o3 | o3 |
| Codex | codex |
| Any other | Short lowercase slug (no spaces, no special characters) |
ARTIFACTS_DIR: Path to a pre-existing directory of supporting files for this critique (e.g., screenshots and a holdout-scenario-failures.md written by the verify:run-holdout-scenarios skill). If provided, read all files in that directory and reference relevant ones by name in the critique body to support specific issues. If not provided, also check whether a directory named v{VERSION}-{AUTHOR}-artifacts/ already exists alongside the critique file being written — if so, treat it as the artifacts directory automatically.
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 the files in specification-critiques/ and find the highest existing version number N.
Version numbers are extracted from filenames matching patterns:
vN.md (legacy single-author format)vN-<author>.md (multi-author format)vN-acknowledgement.md (legacy acknowledgement format)vN-<author>-acknowledgement.md (multi-author acknowledgement format)Your critique will be version N+1.
Important: Multiple authors can write critiques for the same version. If you find that version N+1 already has critique files from other authors (e.g., v{N+1}-gemini.md exists), then use N+1 as your version too — you are adding your critique alongside theirs. Only increment past N+1 if N+1 already has an acknowledgement file.
If the specification-critiques/ directory does not exist yet, create it and use version 1.
Read ALL critique files from version N (both legacy vN.md and multi-author vN-<author>.md files). Also read any acknowledgement files for version N (vN-acknowledgement.md or vN-<author>-acknowledgement.md).
Note: Older critiques may have been archived. If you need to reference versions that do not appear in specification-critiques/, check specification-critiques-archive/ — it contains the same filename patterns but for earlier versions.
Use this context to:
If this is the first critique (version 1), skip this step.
$ARGUMENTS
Evaluate the specification against the holdout scenarios. Focus on whether an agent could fully implement everything as specified and whether the holdout scenarios adequately cover the spec.
Review for:
Write your critique to:
specification-critiques/v{VERSION}-{AUTHOR}.md
Use this format:
# CXDB Graph UI Spec — Critique v{VERSION} ({AUTHOR})
**Critic:** {author} ({full-model-name})
**Date:** {YYYY-MM-DD}
## Prior Context
{Brief summary of what changed since the last critique, based on the acknowledgement file(s)}
---
## Issue #1: {title}
### The problem
{description}
### Suggestion
{what should change in the spec}
## Issue #2: ...
If there are no major issues, say so explicitly and note any minor suggestions.
Tell the user:
Then print exactly:
=== CRITIQUE 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 CRITIQUE SKILL ===