From github-ops
GitHub dashboard update with notifications, PR status, issue triage, and action items
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-ops:github-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Give me a GitHub dashboard update.
Give me a GitHub dashboard update.
gh api notificationsgh pr list --author @me --state opengh issue list --assignee @meIMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
npx claudepluginhub seabbs/skills --plugin github-opsProvides GitHub CLI commands with JSON output for AI agent workflows: PR checks/status, workflow runs/logs, issue details, repo ops.
Executes GitHub operations (PRs, issues, milestones, labels, comments, merges) using Python scripts with structured output and error handling. Use for pull requests, issues, review comments, CI checks, milestones instead of raw gh.
Executes GitHub operations on PRs, issues, milestones, labels, comments, and merges using Python scripts with structured output and error handling. Use for pull requests, issues, review comments, CI checks, or milestones instead of raw gh.