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.
How 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.
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.npx claudepluginhub robinebers/converted-plugins --plugin githubCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.