원클릭으로
verify
Combined quality check: schema compliance, description quality, link health, topic coverage. Quick validation of vault integrity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Combined quality check: schema compliance, description quality, link health, topic coverage. Quick validation of vault integrity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add a new knowledge domain to an existing vault. Creates domain-specific MOCs, templates, and vocabulary mappings.
Research-backed vault evolution guidance. Toggle features (self-space, semantic search), rebalance MOCs, adjust dimensions with full rationale.
Query the Ars Contexta research methodology. Answers 'why does my system do X?' with research-backed explanations from 249 interconnected claims.
Analyze the vault's knowledge graph. Subcommands: orphans, density, bridges, synthesis, traverse, clusters, stats.
Run vault health diagnostics. 3 modes: quick (schema+orphans+links), full (all 8 categories), three-space (boundary violations).
Contextual guidance and command discovery. Shows available skills, agents, and intelligent suggestions based on vault state.
| name | verify |
| description | Combined quality check: schema compliance, description quality, link health, topic coverage. Quick validation of vault integrity. |
| tags | ["quality","validation","pipeline"] |
Delegates to: @ars-contexta:health-checker
Invoke this skill for a focused quality check on recently processed notes, or to validate a specific note before considering it complete. For full vault-wide diagnostics, use the health skill instead.
<note> — validate a single noterecent — validate notes created or modified in the last session (default)all — validate all notes in the vaultIf no argument is provided, use recent.
Run four validation categories in sequence. Report PASS, WARN, or FAIL per category.
Category 1: Schema Compliance For each note, check that the YAML frontmatter contains all required fields from the applicable template:
description field present and non-emptytype field present and is a recognized value (claim, pattern, preference, fact, decision, question)created field present and in YYYY-MM-DD formatResult: PASS (all fields valid) / WARN (unrecognized fields) / FAIL (required field missing or malformed)
Category 2: Description Quality For each note:
Result: PASS / WARN (borderline length or partial restatement) / FAIL (<50 chars or identical to title)
Category 3: Link Health For each wiki-link in each note:
Result: PASS (all links resolve) / WARN (links to files outside notes/) / FAIL (dangling wiki-links present)
Category 4: Topics Coverage For each note:
Result: PASS (every note in ≥1 MOC) / WARN (note has topic links but MOC file doesn't list it) / FAIL (note has no topic links)
Output format
Verify Results — {scope} — {YYYY-MM-DD}
Schema Compliance: PASS | WARN | FAIL ({n} notes checked, {n} issues)
Description Quality: PASS | WARN | FAIL ({n} notes checked, {n} issues)
Link Health: PASS | WARN | FAIL ({n} links checked, {n} dangling)
Topics Coverage: PASS | WARN | FAIL ({n} notes checked, {n} orphans)
Issues:
- {file}: {issue description}