wiki-sync
Installation
SKILL.md
Wiki Sync Module — Skill
Purpose
Publish repository documentation to the GitHub wiki as a read-only public help resource. The wiki is a rendering target — repo files are always the single source of truth. Wiki content is never edited directly.
Applicability
Tiers 3 and 4 only (public repos). Disabled by default on Tiers 1 and 2 (private repos don't have public wikis).
Execution Order
Runs as module #9 (last) during full assessments. Runs last because it may reference findings from other modules and generates content that incorporates the current state of the project.
Helper Commands
# Clone the wiki repo to a local directory
gh-manager wiki clone --repo owner/name --dir /tmp/wiki-xyz
Related skills