wiki-finalize-ingest

Consolidate batch import logs and remove temporary files after bulk note ingestion.

3|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/rijnb/knowledge-base-wiki --skill wiki-finalize-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-finalize-ingest
Source: https://github.com/rijnb/knowledge-base-wiki/tree/main/.junie/skills/wiki-finalize-ingest
Command: npx skills add https://github.com/rijnb/knowledge-base-wiki --skill wiki-finalize-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, qmd.

What problem does it solve?

Manually finalizing batch wiki imports after bulk note ingestion is time-consuming and error-prone, requiring you to merge scattered logs, rebuild indexes, assign dates, and run post-processing steps individually.

Core Features & Use Cases

  • Log Consolidation: Merges all batch import logs into the central wiki log and cleans up temporary batch files automatically.
  • Index & Freshness Updates: Rebuilds all wiki index pages and assigns accurate freshness dates to new and existing pages.
  • Post-Processing Automation: Runs optional linting, QMD text re-indexing, and vector embedding to ensure wiki consistency and search accuracy.
  • Use Case: After importing a batch of 30 raw project meeting notes into your knowledge base, use this skill to complete all post-ingest tasks in one go instead of running each step manually.

Quick Start

Use the wiki-finalize-ingest skill to finalize post-processing for your most recent batch wiki import.

Frequently Asked Questions about wiki-finalize-ingest

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

FAQPage Schema
How do I consolidate batch import logs into my wiki knowledge base?

Consolidating batch import logs merges temporary batch processing files into the central wiki log automatically. This cleans up scattered import records while preserving the full history of your bulk note ingestion in one place.

How do I rebuild wiki indexes and update page freshness dates after a bulk note import?

Rebuilding wiki indexes and updating freshness dates happens automatically during ingest finalization. The process detects new and existing pages, assigns accurate freshness dates, and regenerates all index pages to reflect the newly imported notes.

What is the best way to automate wiki post-processing tasks like linting and vector embedding?

Automating wiki post-processing tasks like linting and vector embedding is handled through ingest finalization. It optionally runs QMD text re-indexing and generates vector embeddings to ensure knowledge base consistency and semantic search accuracy.

Do I need python3 and qmd installed to finalize batch wiki ingests?

You need python3 and qmd installed to finalize batch wiki ingests. These dependencies are required for executing the log consolidation, index rebuilding, and optional text re-indexing workflows during the post-ingest process.

How does stub detection work during wiki knowledge base maintenance?

Stub detection works by identifying incomplete or placeholder pages during the ingest finalization process. It scans the knowledge base after bulk imports to flag entries that require further content expansion.

Why does my wiki search return outdated results after a batch import?

Wiki search returns outdated results after a batch import because indexes and vector embeddings have not been rebuilt. Running the ingest finalization process re-indexes text and updates semantic search data to resolve inconsistencies.