gh

Installation
SKILL.md

gh

GitHub skill dispatcher.

Critical Rules

  • Markdown output: soft-wrap prose, never hard-wrap — when this skill writes a .md artifact (review doc, comment body, or any generated document), write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences. (If a markdown formatter is available, prettier --prose-wrap never enforces this deterministically.)

  • Never execute workflow logic here — this file only parses args and dispatches

  • Step 0 always runs first — no exceptions

  • Unknown verb → run help.md — never error silently

  • Pass all remaining args through — workflow receives $REMAINING_ARGS unchanged

Step 0: Parse Arguments

The raw invocation args (filled by Claude Code / OpenCode slash commands): $ARGUMENTS. If this line is not filled in, read the verb and remaining args from the user's current message.

Installs
21
First Seen
Jun 2, 2026
gh — cloudvoyant/codevoyant