Help us improve
Share bugs, ideas, or general feedback.
From github
Triage and orient GitHub repository, pull request, and issue work through the connected GitHub app. Use when the user asks for general GitHub help, wants PR or issue summaries, or needs repository context before choosing a more specific GitHub workflow.
npx claudepluginhub robinebers/converted-plugins --plugin githubHow this skill is triggered — by the user, by Claude, or both
Slash command
/github:githubThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill as the umbrella entrypoint for general GitHub work in this plugin. It should decide whether the task stays in repo and PR triage or should be handed off to a more specific review, CI, or publish workflow.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Use this skill as the umbrella entrypoint for general GitHub work in this plugin. It should decide whether the task stays in repo and PR triage or should be handed off to a more specific review, CI, or publish workflow.
This plugin is intentionally hybrid:
git and gh only when the connector does not cover the job well, especially for current-branch PR discovery, branch creation, commit and push, gh auth status, and GitHub Actions log inspection.Once the intent is clear, route to the specialist skill immediately and do not keep broad GitHub triage in scope longer than needed.
Handle these directly in this skill when the request does not need a narrower specialist workflow:
Prefer the GitHub app from this plugin for those flows because it provides structured PR, issue, and review-adjacent data without depending on a local checkout. If the repository is not already identifiable from the user request or local git context, ask for the repo instead of pretending there is a repo-search flow that may not exist.
gh only as needed to discover the branch PR.repo or PR triage: summarize PRs, issues, patches, comments, labels, reactions, or repository statereview follow-up: unresolved review threads, requested changes, or inline review feedbackCI debugging: failing checks, Actions logs, or CI root-cause analysispublish changes: create or switch branches, stage changes, commit, push, and open a draft PR../gh-address-comments/SKILL.md../gh-fix-ci/SKILL.md../yeet/SKILL.mdgit and gh only for the specific gaps the connector does not covergh workflow.