wiki-rebuild-entity

Rebuild wiki entity pages by aggregating all citing summaries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jluckyiv/rivcomocktrial --skill wiki-rebuild-entity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-rebuild-entity
Source: https://github.com/jluckyiv/rivcomocktrial/tree/main/.claude/skills/wiki-rebuild-entity
Command: npx skills add https://github.com/jluckyiv/rivcomocktrial --skill wiki-rebuild-entity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rebuild a single wiki entity page by aggregating all current summaries that cite it.

Core Features & Use Cases

  • Rebuilds the target entity page (wiki/entities/<entity>.md) by reading every citing summary and regenerating the page from current evidence.
  • Ensures fidelity to cited content and updates related concept links as needed.
  • Enforces a recurrence threshold (minimum of two citations) and logs when the threshold isn't met, preventing unintended writes.

Quick Start

Regenerate the target entity page by supplying its slug.

Frequently Asked Questions about wiki-rebuild-entity

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

FAQPage Schema
How do I rebuild a wiki entity page from multiple summaries?

Rebuilding a wiki entity page involves reading every citing summary and regenerating the page from current evidence, ensuring fidelity to cited content and updating related concept links accordingly.

When should I regenerate a wiki knowledge-base entity page?

You should regenerate a wiki entity page when many new summaries cite the entity, when the page feels stale, or during the initial creation of entity pages.

What is the minimum citation requirement to update an entity page?

The minimum citation requirement to update an entity page is two citing summaries. The Skill enforces this recurrence threshold and logs when it isn't met, preventing unintended writes.

How to update related concept links when aggregating wiki summaries?

When aggregating wiki summaries to rebuild an entity page, the Skill reads the existing page and citing summaries, then updates the page and related concept links accordingly to maintain knowledge-base integrity.

Why does my wiki entity page regeneration not write any updates?

Wiki entity page regeneration will not write updates if the recurrence threshold is not met, requiring a minimum of two citations from summaries to prevent unintended writes and logs the event.