publish-wiki

Publish pending wiki changes from the sibling hmis.wiki repository to GitHub Wiki.

224|136|Updated Jul 12, 2014
One-click install
npx skills add https://github.com/hmislk/hmis --skill publish-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-wiki
Source: https://github.com/hmislk/hmis/tree/main/.claude/skills/publish-wiki
Command: npx skills add https://github.com/hmislk/hmis --skill publish-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish pending wiki changes from the sibling hmis.wiki repository to GitHub. Use when wiki documentation has been created or edited in the sibling ../hmis.wiki directory and needs to be committed and pushed to https://github.com/hmislk/hmis/wiki.

Core Features & Use Cases

  • Automates the publishing workflow by synchronizing the local sibling wiki with the GitHub Wiki.
  • Handles existence checks, cloning, pulling, staging, committing, and pushing changes, then reports resulting wiki URLs.
  • Useful when documentation in the hmis.wiki directory is ready for publication to the public wiki pages.

Quick Start

Publish pending wiki changes from the sibling hmis.wiki directory 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 wiki changes to a GitHub Wiki from a local directory?

To publish wiki changes to a GitHub Wiki, the Skill checks for a sibling wiki directory, clones the repository if missing, pulls updates, commits local edits, and pushes changes to synchronize the GitHub Wiki pages.

What is the best way to sync local documentation with a GitHub Wiki?

The best way to sync local documentation with a GitHub Wiki is to automate the workflow by staging, committing, and pushing pending updates from the local sibling repository, then reporting the resulting published wiki URLs.

Does this GitHub Wiki publishing automation handle cloning the repository if it does not exist?

Yes, this GitHub Wiki publishing automation handles directory existence checks and automatically clones the wiki repository if it is missing before pulling updates and pushing your committed changes.

When should I use an automated tool to sync my GitHub Wiki?

You should use an automated tool to sync your GitHub Wiki when documentation has been created or updated in a local sibling directory and must be reliably synchronized with the public GitHub Wiki pages.

Can I get the resulting page URLs after pushing wiki updates to GitHub?

Yes, you can get the resulting page URLs after pushing wiki updates to GitHub, as the publishing workflow reports the specific wiki URLs generated from your committed documentation changes.