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-expertCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.