gh
gh
GitHub skill dispatcher.
Critical Rules
-
Markdown output: soft-wrap prose, never hard-wrap — when this skill writes a
.mdartifact (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 neverenforces 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_ARGSunchanged
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.