wiki-updater

Synchronize Actant wiki content from stage and ship changes.

12|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/blackplume233/Actant --skill wiki-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-updater
Source: https://github.com/blackplume233/Actant/tree/main/.agents/skills/wiki-updater
Command: npx skills add https://github.com/blackplume233/Actant --skill wiki-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wiki maintenance for Actant is often manual and error-prone; this Skill automates syncing changelogs, generating new feature pages, and fixing outdated content after stage/ship, triggered by user mentions like /wiki-update, "update wiki", "sync wiki", or "wiki refresh".

Core Features & Use Cases

  • Mechanically sync and analyze stage/ship changes to keep docs aligned with code
  • Generate new generated pages and repair outdated sections to maintain consistency
  • Triggered automatically or on demand via user commands to ensure docs stay up-to-date

Quick Start

Trigger the wiki updater by mentioning /wiki-update; it will scan changes and automatically refresh wiki pages.

Frequently Asked Questions about wiki-updater

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

FAQPage Schema
How do I automate wiki updates after pushing stage changes?

To automate wiki updates after stage changes, trigger the synchronization workflow using commands like /wiki-update or sync wiki. The updater scans stage and ship changes to automatically generate new feature pages and repair outdated documentation sections.

What is the best way to keep generated docs pages synchronized with my codebase?

Keeping generated docs pages synchronized relies on a config-driven workflow that detects stage and ship changes. It automatically aligns changelogs and reference pages with the updated codebase to maintain documentation consistency without manual intervention.

Does wiki synchronization work without access to local docs sources?

Wiki synchronization does not work without access to local docs sources. The updater requires read access to the codebase's docs and wiki sources, along with the ability to read stage data, to accurately detect and apply changes.

How do I trigger a wiki refresh on demand?

Triggering a wiki refresh on demand is done by mentioning specific keywords in your workflow, such as /wiki-update, update wiki, or wiki refresh. This config-driven mechanism initiates the scanning and synchronization process immediately.

What types of outdated wiki content can be automatically repaired?

Outdated wiki content that can be automatically repaired includes architecture pages, reference material, and generated pages. The updater analyzes stage changes to identify and fix inconsistencies, ensuring all documentation stays aligned with the codebase.

When should I avoid using automated documentation synchronization?

You should avoid using automated documentation synchronization if your project lacks a config-driven workflow or accessible stage data. Without these prerequisites, the tool cannot detect changes or access the necessary codebase sources to generate accurate updates.