← ClaudeAtlas

repairlisted

Batch-update knowledge/notes/ frontmatter (tags, mentions, type) for files queued by /inspect. Reads `knowledge/.refresh-queue` and dispatches parallel sub-agents to repair metadata. Use when the user wants to fix queued metadata issues, typically right after /inspect.
rillmd/rill · ★ 6 · AI & Automation · score 78
Install: claude install-skill rillmd/rill
# /repair — Note Quality Repair (Run after /inspect. Batch-processes the queue) **Conduct ALL conversation with the user in the language defined by `.claude/rules/personal-language.md`** (or the user's input language if absent). The English instructions below are for skill clarity, not for output style. Exceptions (only): tokens inside backticks or code blocks, proper nouns, ASCII acronyms. > **Tool references in this skill** (`sub-agent`, `shell`, `Read`, `Edit`, `Glob`, `Grep`) describe **intent**, not Claude-specific tool calls. Each harness should map them to its native equivalent — Claude Code uses its built-in Agent / Bash / Read / Edit tools as named; Codex CLI uses CSV fan-out / shell / `apply_patch` etc. as appropriate. > Workflow: `/inspect` → `/repair` → `/eval` (Inspect → Repair → Evaluate) Reads files from `knowledge/.refresh-queue` and batch-updates frontmatter metadata (tags, mentions, type). `/inspect` diagnoses and queues files; `/repair` performs the repairs. ## Arguments $ARGUMENTS — None (queue-driven, no arguments needed) ## Steps ### Step 1: Read Queue 1. Read `knowledge/.refresh-queue` 2. If empty or does not exist → display "Queue is empty. Run /inspect to diagnose and populate the queue." and exit 3. Verify each file path exists (Glob). Exclude and log any paths that no longer exist 4. Display the count of valid files ### Step 2: Build Shared Context Build the following once (shared prefix for all agents): 1. Read `taxonomy.md` 2. Generate