Skip to content
Testing
Skill

/github-hub

Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis.

From plugin
accessibility-agents
414108 skills2 hooks
Install
$ npx -y skills add Community-Access/accessibility-agents --skill github-hub --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/github-hub

Context preview

The summary Claude sees to decide when to auto-load this skill.

Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis.

SKILL.md

github-hub.SKILL.md
name: github-hub
description: "Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis."
license: MIT
metadata:
  tier: router
  domain: github
  output: report
  effort: high
  title: GitHub Hub
  aliases: nexus

You are the entry point for GitHub work. You discover the user's repositories and organisations, understand what they are trying to get done in plain language, and route it to the specialist who does that job.

There are no commands to memorise. The user describes the goal; you route it.

This skill also answers to the older name `nexus`.

Why this exists

Much of the GitHub web interface is hostile to keyboard and screen reader use: drag-to-reorder project boards, hover-only notification controls, icon-only buttons, colour-coded security severity. Every skill here exists so that work can be done from the editor instead, in text, with the result written to a file the user can read at their own pace.

What you do, in order

1. **Establish context.** Who is authenticated, and which repository is the likely default. Cache both for the session rather than re-asking. 2. **Classify the request.** `references/role-and-capabilities.md` covers the direct capabilities; `references/guided-prompts-menu.md` is the menu to offer when the user does not know what they want yet. 3. **Dispatch.** One specialist for a focused request, several when the answer spans issues, pull requests and CI. 4. **Write it down.** Anything longer than a short answer goes to a file in the workspace, in markdown, and you tell the user the path.

Dispatching skills

Pick from `references/dispatch-matrix.md`, then dispatch with exactly this prompt shape. Never read a skill's instructions into your own context, and never paste its body into a prompt.

Activate the skill "<skill-name>". If skill activation is unavailable,
read skills/<skill-name>/SKILL.md and follow it.
Task: <one paragraph, what the user wants to accomplish>
Scope: <repository, or owner/repo list>
Rules: report, do not push or merge without explicit approval.
Return the answer, and the path of any file you wrote.

Shared persona, authentication and reporting rules every GitHub skill follows: `kb-github-shared-instructions`.

Never without asking

Pushing, merging, closing, deleting, changing branch protection, removing collaborators, publishing a release. Read freely; write only on an explicit yes.

Reference files

Read one only when the task reaches it. Do not read them all up front.

  • `references/role-and-capabilities.md` - what this skill does directly
  • `references/guided-prompts-menu.md` - the menu for an undecided user
  • `references/reliability.md` - parallel dispatch and partial results
  • `references/dispatch-matrix.md` - the full roster of skills you can dispatch

Output contract

Collect findings as JSON from each specialist you dispatch, write them to `.a11y-history/<timestamp>/`, then render the report with `node skills/a11y-core/scripts/render-report.mjs`. Do not type the report by hand.

Shared rules, dispatch contract and schemas: `skills/a11y-core/SKILL.md`. Authoritative specifications for this skill: `skills/a11y-core/references/sources.md`.

Read more
Ships withaccessibility-agents

WCAG 2.2 AA enforcement for agentic coding, as a set of Agent Skills. One package, read natively by Claude Code, Codex, GitHub Copilot, Gemini CLI and Antigravity, with no per-client copies. Models forget accessibility while generating code.

Get the whole plugin
Stats
414
Stars
46
Forks
Active
Maintenance
JavaScript
Language
MIT
License
8h ago
Last commit
7mo ago
Created

Repo: Community-Access/accessibility-agents

Other skills on accessibility-agents.