Agent Skills: Raw undistilled triage

Identify raw notes in this vault that do not have corresponding distilled notes yet (based on wikilinks and front matter), and report broken raw↔distilled references.

UncategorizedID: dudarev/ai-assisted-software-development/raw-undistilled-triage

Install this agent skill to your local

pnpm dlx add-skill https://github.com/dudarev/ai-assisted-software-development/tree/HEAD/skills/raw-undistilled-triage

Skill Files

Browse the full folder contents for raw-undistilled-triage.

Download Skill

Loading file tree…

skills/raw-undistilled-triage/SKILL.md

Skill Metadata

Name
raw-undistilled-triage
Description
Identify raw notes in this vault that do not have corresponding distilled notes yet (based on wikilinks and front matter), and report broken raw↔distilled references.

Raw undistilled triage

Use this when you want a quick, repeatable inventory of:

  • raw notes that have no corresponding distilled note yet
  • broken [[raw/...]] links from distilled/
  • broken [[distilled/...]] links from raw/

Run

From the repo root:

  • python3 skills/raw-undistilled-triage/scripts/find_undistilled_raw.py

Optional:

  • --limit 0 to print all items
  • --format json for machine-readable output

Interpretation

  • “Undistilled raw” means the raw file has no outgoing [[distilled/...]] link and no incoming [[raw/...]] link from any distilled note.
  • If a raw note is already distilled, record lineage in raw front matter:
    • distilled_refs:
    • - "[[distilled/<note>.md]]"