approve_ingest

Archive pending ingest batches and repair raw references across the wiki.

118|26|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/songzhuozhu/obsidian-llm-wiki --skill approve-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approve_ingest
Source: https://github.com/songzhuozhu/obsidian-llm-wiki/tree/main/.codex-en/skills/approve_ingest
Command: npx skills add https://github.com/songzhuozhu/obsidian-llm-wiki --skill approve-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the archiving of a pending_review batch into inspool-wiki-en/raw/processed and repairs broken raw references across the wiki, ensuring consistency and traceability after review.

Core Features & Use Cases

  • Archive ingest units marked pending_review into the processed area.
  • Move raw files to inspool-wiki-en/raw/processed/ and update related wiki pages and logs.
  • Repair raw_note frontmatter and all raw/unprocessed references so future queries stay accurate.
  • Enforce user confirmation before archiving and support batch processing.

Quick Start

After a user confirms a pending ingest batch, run approve_ingest to archive the batch into inspool-wiki-en/raw/processed and repair all raw references in the wiki.

Frequently Asked Questions about approve_ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive pending ingest batches and repair wiki references?

To archive pending ingest batches and repair wiki references, you confirm the batch is ready, then the system moves raw files to inspool-wiki-en/raw/processed, updates provenance fields, and fixes broken raw references across the wiki.

What happens to raw file references after archiving an ingest batch?

After archiving an ingest batch, raw_note frontmatter and all raw/unprocessed references are repaired across the wiki, ensuring future queries remain accurate and maintaining provenance traceability for the processed files.

How do I move pending_review ingest files to the processed area in a wiki?

To move pending_review ingest files to the processed area, you run the archiving operation after user confirmation, which transfers files to inspool-wiki-en/raw/processed, validates related wiki pages, and logs the workflow operation.

Can I batch process the most recent pending ingest without manual selection?

Yes, you can batch process the most recent pending ingest without manual selection using optional batching, which automatically identifies and archives the latest pending_review batch while updating workflow fields and logging the operation.

Why do I need user confirmation before archiving wiki ingest batches?

User confirmation is required before archiving wiki ingest batches to enforce review validation, ensuring the pending_review batch is fully verified before files are permanently moved to the processed area and wiki references are updated.

Does archiving raw ingests update provenance and workflow fields automatically?

Yes, archiving raw ingests automatically updates provenance and workflow fields across related wiki pages, moving files to inspool-wiki-en/raw/processed while validating page consistency and logging the operation for traceability.