By glitchwerks
GitHub workflow skills for Claude Code - issue creation, PR review triage, backlog summaries/quick-wins, and GitHub Actions authoring.
Creates well-formed GitHub Issues through a structured discovery process. Trigger this skill whenever the user types /gh-create-issue, says "create a GitHub issue for...", "log this as an issue", "make a ticket for...", "add this to the backlog", or any similar request to track or file work in GitHub. This skill investigates the codebase and checks for overlapping issues/PRs before writing anything — always use it proactively so issues are well-scoped before they're created.
Process open PR review feedback and failing CI checks in the current repo. Triages every review comment and status check failure — auto-fixes unambiguous items and commits directly, discusses judgment calls with the user, and logs out-of-scope feedback as new GitHub issues. Can target a single PR by number or process all open PRs authored by the user. Trigger this skill whenever the user says things like "check my PR feedback", "address my review comments", "what's blocking my PR", "process my PR reviews", "handle PR feedback", "anything blocking merge", "fix my CI failures", "address PR #42", "check PR 15", or any variation of wanting to act on GitHub pull request review comments or failing checks. If the user is in a repo and mentions PRs, reviews, or CI status in any action-oriented way, this skill should activate.
Surface low-blast-radius backlog items in the current GitHub repo, ranked by impact. Trigger this skill whenever the user types /gh-quick-wins, says "show me quick wins", "what can I knock out", "low effort items", "low blast radius backlog", "what's the easiest thing to ship", "what's small enough to do quickly", "what's the most actionable issue right now", or any similar request for a filtered, ranked view of the backlog that emphasises bounded-risk, high-impact work. Hybrid: deterministic script exclusion pass + LLM ranking by impact / blast-radius.
Fetch open issues from the active GitHub repo and display them grouped by milestone, with a Labels column. Trigger this skill whenever the user types /gh-refresh-issues, says "show me open issues", "what's open", "refresh issues", "list issues", "what issues are there", "show me issues and PRs", "what's open including PRs", or any similar request to see the current open-issue backlog. Optionally accepts a label filter as an argument (e.g. /gh-refresh-issues bug filters to only bug-labeled issues). Pass `--prs` to combine open PRs with issues in the same milestone-grouped view.
Release status snapshot for the current GitHub repo — what's unreleased, diff against the last release, changes since the last release, release status, what shipped since the last release, what's in main but not yet tagged. Shows the most recent releases table plus a per-area file-change breakdown between the latest release tag and the default branch. Trigger this skill whenever the user types /gh-release-status, asks "what's unreleased", "what are the changes since the last release", "show the release status", "diff against last release", "what shipped since the last release", "what's in main that hasn't been released", "what's between the last tag and HEAD", or any similar request about what has changed since the most recent release. Hybrid: deterministic script output + a single LLM prose step.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GitHub workflow skills for Claude Code, shipped as a plugin via the glitchwerks marketplace.
claude-github-tools bundles seven GitHub workflow skills into a single Claude Code plugin. Three skills are pure LLM-based and work immediately after install; four are script-backed and use a plugin-owned Python virtualenv that a bundled SessionStart hook materializes automatically on first session.
| Skill | What it does |
|---|---|
gh-create-issue | Runs a structured discovery workflow — codebase read, overlap check, clarification pass — before drafting and creating a well-scoped GitHub Issue |
gh-pr-review-address | Triages every open review comment and failing CI check on your PRs: auto-fixes unambiguous items, surfaces judgment calls for discussion, and logs deferred feedback as new issues |
gh-quick-wins | Filters and ranks the open backlog by blast radius and impact, producing a top-10 table of actionable items |
gh-refresh-issues | Fetches open issues (optionally including PRs) grouped by milestone, with a Labels column — zero LLM tokens consumed |
gh-release-status | Shows the most recent releases table and a per-area diff between the latest release tag and the default branch — what's unreleased and where the changes landed |
gh-summary | Produces a roadmap snapshot covering epics, milestone completion percentages, critical/blocked issues, recent releases, and a short prose summary of recent activity |
github-actions | Expert authoring, review, and debugging assistant for .github/workflows/*.yml files, reusable workflows, composite actions, and CI/CD pipelines |
GitHub CLI (required). All six skills shell out to gh for at least some operations. You must be authenticated before using any skill:
gh auth login
GitHub MCP server (optional). Skills that create GitHub Issues will use a configured GitHub MCP write tool when one is present (any namespace or implementation) and fall back to the gh CLI otherwise. No configuration of a specific tool name is required — the plugin works with or without MCP.
Python venv (automatic, script-backed skills only). gh-quick-wins, gh-refresh-issues, and gh-summary run bundled Python scripts. A SessionStart hook materializes the plugin's Python virtualenv into the plugin data directory on the first session after install. No manual setup step is needed.
Inside Claude Code, run these two commands:
/plugin marketplace add glitchwerks/claude-plugins
/plugin install claude-github-tools@glitchwerks
Open a new session after installation to activate the SessionStart hook and materialize the venv for the three script-backed skills.
To develop or test against a local checkout, point Claude Code at the plugin directory directly:
claude --plugin-dir ./claude-github-tools
To reload plugins after making changes within a session:
/reload-plugins
To validate the plugin manifest:
claude plugin validate .claude-plugin/plugin.json
MIT — see LICENSE.
npx claudepluginhub davepoon/buildwithclaude --plugin claude-github-toolsClaude Code efficiency and hygiene toolkit. Surfaces token spend across the 5h / 7d / Sonnet-7d billing windows with per-model / per-agent / per-skill attribution, and audits your effective Claude Code configuration (custom + plugin agents and skills) for overlap and conflicts. Ships an interactive dashboard, a conversational usage-analysis skill, and a structured config-audit skill.
Helps Claude make deterministic, auditable choices about which agent and skills to use for a given task — replacing prose-scanning agent/skill selection with a typed scoring kernel.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review