소스 정보
- 저장소
- thewoolleyman/cxdb-graph-ui
- 최근 소스 활동
- 2026년 3월 2일 06:27
- 감지된 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 specrevise명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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 ===