How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-browseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open repositories, issues, PRs, releases, settings, and more in the default browser.
Open repositories, issues, PRs, releases, settings, and more in the default browser.
gh browse --repo <owner/repo>gh browse src/index.ts --branch main (opens file at branch)gh browse src/index.ts:10-20 (opens file scrolled to lines 10-20)gh issue view <number> --webgh pr view <number> --webgh release view <tag> --webgh browse --settingsgh browse --wikigh browse --projectsgh browse --actionsgh browse --securitygh browse --pulsegh browse --releasesgh browse --branchesgh browse --contributorsgh browse --branch <branch>Triggered when user says "open in browser", "browse repo", "show in GitHub", "open settings".
Use --repo flag to specify target repo when not in its local directory.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin gh-expertAutomates GitHub CLI operations: repo info/browsing, PR management, issue tracking, workflow triggers, GitHub search, and codespaces.
Executes GitHub operations via the gh CLI for inspecting repos, files, issues, PRs, releases, Actions, and cloning for deep analysis. Activates on github.com URLs or repo paths.