From gh-expert
Creates, lists, views, edits, and comments on GitHub Discussions via the gh CLI. Useful for managing Q&A, ideas, and forum-style conversations in a repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-discussionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create, list, view, edit, and comment on discussions.
Create, list, view, edit, and comment on discussions.
gh discussion list --repo <owner/repo> --limit <n> --author <user>gh discussion view <id> --repo <owner/repo> or gh discussion view --webgh discussion create --repo <owner/repo> --title "<title>" --body "<body>" --category "<category>"gh discussion edit <id> --repo <owner/repo> --title "<title>" --body "<body>"gh discussion comment <id> --repo <owner/repo> --body "<body>"gh api repos/<owner>/<repo>/discussions/categories to get available categoriesTriggered when user says "discussion", "create discussion", "list discussions", Q&A", "forum". Requires discussions to be enabled in the repository. Use appropriate categories (Q&A, Ideas, General, etc.).
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin gh-expertHandles GitHub PR, issue, and discussion workflows: create/update PRs and issues, post comments, start discussions. Loads reference files per intent.
Creates, lists, and views GitHub issues via the gh CLI with a guided step-by-step workflow for gathering titles, descriptions, and issue types.
Manages GitHub issues using GitHub CLI: lists open issues, views details by number, creates with title/body/labels, edits labels/assignees, closes/reopens. Triggers on 'show open issues', 'create issue', etc.