소스 정보
- 저장소
- thewoolleyman/cxdb-graph-ui
- 최근 소스 활동
- 2026년 3월 2일 06:28
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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 ===