wiki-refresh

Update documentation pages incrementally across multiple repositories.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill wiki-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-refresh
Source: https://github.com/thisisqubika/ai-mast-challenge-promptazo/tree/main/.claude/skills/wiki-refresh
Command: npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill wiki-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for maintaining up-to-date documentation for projects by incrementally refreshing and updating pages based on changes in the source codebase.

Core Features & Use Cases

  • Incremental Refresh: Updates documentation pages only when there are changes in the high-level facts of the codebase.
  • Multi-Repo Support: Works across multiple repositories within a project.
  • Conservative Approach: Refrains from rewriting pages that already accurately represent the current state.

Quick Start

To refresh the documentation, simply invoke the "wiki-refresh" command.

Frequently Asked Questions about wiki-refresh

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

FAQPage Schema
How do I incrementally update documentation pages across multiple repositories?

To incrementally update documentation, identify changes in high-level facts across multiple repositories and apply conservative updates only to affected pages. This preserves accuracy while preventing unnecessary rewrites of existing content.

What is the best way to refresh codebase documentation without rewriting accurate pages?

Refreshing documentation conservatively means detecting which high-level facts changed in the codebase and updating only affected pages. Pages that already accurately represent the current state remain untouched, avoiding unnecessary modifications.

Does documentation refresh work with multi-repo project structures?

Yes, documentation refresh supports multi-repo project structures by identifying high-level fact changes across multiple repositories and applying targeted updates to affected pages, maintaining accuracy across the entire project.

How do I know which documentation pages need updating after codebase changes?

Documentation pages needing updates are identified by detecting changes in the high-level facts of the codebase across multiple repositories, then applying conservative updates only to those specific affected pages.

What are the limitations of conservative documentation updates?

Conservative documentation updates require direct access to the codebase and documentation files, and focus on incrementally changing existing pages rather than generating entirely new content, limiting scope to maintaining current page accuracy.