chore(skills): add wiki-gh skill for wiki automation - #390
Merged
Conversation
The wiki-gh skill teaches Claude (or a maintainer consulting .claude/skills/) how to read and edit the deessejs/fp GitHub wiki. It complements the public Wiki-Operations-with-gh-cli page on the wiki by focusing on automation: exact commands, page structure convention, sidebar management, and edge cases. The skill follows the format of the existing version-monitor skill: frontmatter (name, description) plus Markdown sections with bash code blocks and reference tables. Closes the request to document the wiki workflow as a project skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Claude skill at
.claude/skills/wiki-gh/SKILL.mdthat documents how toread and edit the
deessejs/fpGitHub wiki via theghCLI.Motivation
The wiki workflow was documented only on the wiki itself (public
Wiki-Operations-with-gh-cli page). That makes the procedure discoverable for
external contributors but invisible to:
of a task.
.claude/skills/when they want a quick action-orientedreference rather than the public explainer.
A skill is the right format for both audiences: it loads into Claude's context
when relevant, and it lives in the repo for humans to read.
What the skill covers
master, no CI.ghauth, scopes, repo config.gh+ git._Sidebar.md,_Footer.md).automation.
## Outlineheading,numbered
## N.sections, Related documents). Includes the explicit ruledo not put a
#h1 at the top of the file and the style rules(past tense for summaries, dots/commas only, no em dashes).
private repos, no REST endpoints, first-page bootstrap).
Format
Mirrors the existing
.claude/skills/version-monitor/SKILL.mdformat:nameanddescription.Scope
This PR contains only the new skill file. It does not modify any other part
of the repo. The other working-tree changes (release-pipeline edits, PR
template, README updates, etc.) are intentionally left out — they will be sent
in separate PRs.
Verification
.claude/skills/wiki-gh/SKILL.md(241 lines, 6.7 KB).name: wiki-ghand a description.version-monitor/SKILL.mdpattern.page; the two documents are complementary, not redundant.
Related
.claude/skills/wiki-gh/SKILL.md.claude/skills/version-monitor/SKILL.md