publish-wiki

Publish pending wiki changes from a local directory to the GitHub Wiki repository.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b --skill publish-wiki-withmartian-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-wiki
Source: https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b/tree/main/.claude/skills/publish-wiki
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-a78d77e2f0a84f43b4d486d418566b5b --skill publish-wiki-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates publishing pending wiki changes from the local sibling hmis.wiki directory to the GitHub Wiki repository, ensuring documentation stays synchronized with the main project.

Core Features & Use Cases

  • Wiki synchronization: Syncs edits from the sibling hmis.wiki directory to the GitHub Wiki.
  • Robust publishing workflow: Checks for the wiki directory, clones when missing, pulls latest, commits, and pushes changes.
  • Use case: Keeps HMIS wiki pages current with local edits.

Quick Start

Run this skill after updating the sibling hmis.wiki directory to publish pending wiki changes to the GitHub Wiki.

Frequently Asked Questions about publish-wiki

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

FAQPage Schema
How do I publish local wiki changes to a GitHub Wiki repository?

You can publish local wiki changes to a GitHub Wiki by committing and pushing updates from a local wiki directory to the remote repository. This process checks for the directory, clones if missing, pulls latest changes, commits, and pushes.

What happens if my local GitHub Wiki directory is missing when publishing?

If the local GitHub Wiki directory is missing during publishing, the workflow automatically clones the wiki repository. This ensures the local environment is initialized before pulling latest changes and committing your pending updates.

How does wiki synchronization keep documentation updated with local edits?

Wiki synchronization updates documentation by pulling the latest remote changes before committing and pushing local edits. This ensures the local sibling wiki directory and the GitHub Wiki repository stay aligned without manual Git commands.

Do I need Git installed to automate publishing updates to GitHub Wiki?

Yes, Git is required to automate publishing updates to GitHub Wiki because the workflow relies on Git commands to clone, pull, commit, and push changes from your local sibling wiki directory to the remote repository.

What is the best way to automate committing and pushing pending wiki documentation?

The best way to automate committing and pushing pending wiki documentation is using a dedicated workflow that checks for the sibling wiki directory, pulls latest changes to avoid conflicts, commits pending updates, and pushes them directly to the GitHub Wiki.