GitHub notifications — check events, workflow runs, PRs. Use when user says /github.
From githubnpx claudepluginhub beorn/bearly --plugin githubThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
GitHub event monitoring and queries. Parse the subcommand from ARGUMENTS.
| User Says | Action |
|---|---|
/github | github_status() — recent events summary |
/github status | github_status() — recent events summary |
/github status <repo> | github_status(repo) — events for specific repo |
/github runs | github_runs() — recent workflow runs |
/github runs --failed | github_runs(status="failure") — failed runs only |
/github runs --status <s> | github_runs(status=s) — filter by status |
/github runs <repo> | github_runs(repo=repo) — runs for specific repo |
/github prs | github_prs() — open PRs |
/github prs <repo> | github_prs(repo=repo) — open PRs for specific repo |
Keep output concise.
github_status, show events as a timeline with timestamps and links.github_runs, format as a table with name, status, conclusion, branch, and link. Highlight failures.github_prs, format as a table with number, title, author, branch, draft status, and reviewers.Channel notifications arrive as <channel source="github" type="..." repo="..." url="...">.
GITHUB_TOKEN env var or gh auth token--repos owner/repo to the server--poll-interval)