← ClaudeAtlas

obsidian-inbox-reviewlisted

Analyze and review notes from the inbox (`00. Входящие`) — inspection and reporting only, no file changes. The output is a list of notes with recommendations for category and action. For actually processing them (tags, links, moving) use obsidian-refactor-inbox.
alexeyshishin/as-skill · ★ 4 · Code & Development · score 73
Install: claude install-skill alexeyshishin/as-skill
# obsidian-inbox-review Read-only, report only. Files are not modified. The output is a structured list of recommendations. Vault structure, tags, and frontmatter — in `.claude/rules/` (`vault-struct.md`, `tags.md`, `note-types-frontmatter.md`). **Triggers:** "go through the inbox", "inbox review", "what's in my inbox", "help with #inbox/review", "review my notes". --- ## Algorithm ### 1. Scan ```bash # All notes in the inbox, by modification date (oldest first) ls -t "00. Входящие/" | tac # Only notes tagged #inbox/review rg -l "#inbox/review" "00. Входящие/" ``` ### 2. Analyze each note (no changes!) 1. Read the content 2. Determine the main topic (one note = one topic) 3. Check links: are there wikilinks, is it mentioned in any MOC 4. Decide on the category 5. Formulate a recommendation ### 3. Categorization Pick the structural tag and folder per `.claude/rules/tags.md` (the "Structural tags" section). Summary decision table: | What's in the note | Tag | Folder | |---------------|-----|-------| | Atomic thought / concept | `#thought` | `03. Ресурсы/<Тема>/База знаний/` | | Map / navigation | `#moc` | `02. Сферы/07. Карты/` | | Person | `#person` | No folder currently exists — ask the user where it should live | | Book / article / video | `#book` / `#article` / `#video` | `03. Ресурсы/<Тема>/<Источник>/` — one subfolder per source | | Project | `#project` | `01. Проекты/<Проект>/` | | Meeting / 1:1 | `#meeting` | `02. Сферы/02. Работа/` | | Conference notes | `