gh-issues

gh-issues is a skill for Claude Code from aleksbuss/orchestra. It costs 116 tokens per session (8,758 once invoked), scanned A, a copy of gh-issues, MIT.

A workflow for fetching GitHub issues, assigning coding agents to implement fixes, opening pull requests, and handling review feedback. GitHub is a service for hosting code and coordinating changes.

In plain words
What is it for?
Filtering issues by labels, milestones, assignees, or limits; creating fixes and pull requests; monitoring reviews; and optionally running in watch or dry-run modes.
Why use it?
It organizes the work of turning repository issues into proposed fixes without requiring the GitHub command-line tool.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aleksbuss/orchestra/gh-issues
Any agent
npx skills add aleksbuss/orchestra --skill gh-issues
Clone the repo
git clone --depth 1 https://github.com/aleksbuss/orchestra

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gh-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/aleksbuss/orchestra/gh-issues.svg)](https://agentmods.dev/skills/aleksbuss/orchestra/gh-issues)
Your own site
<a href="https://agentmods.dev/skills/aleksbuss/orchestra/gh-issues"><img src="https://agentmods.dev/badge/skills/aleksbuss/orchestra/gh-issues.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,758 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.08758
Opus 5 $0.00058 $0.04379
Sonnet 5 $0.00023 $0.01752
Haiku 4.5 $0.00012 $0.00876

Measured 5d ago against content hash 368a59d78f2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gh-issues scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

{ "orchestra": { "requires": { "bins": ["curl", "git", "gh"] }, "primaryEnv": "GH_TOKEN" } }
Origin

This is a copy

92% identical to gh-issues — 46 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

bundled-skills/gh-issues/SKILL.md · 866 lines

How it starts

The opening of the file, as written. The whole thing — 866 lines — stays where its author put it; the contents beside it link to each section on GitHub.

gh-issues — Auto-fix GitHub Issues with Parallel Sub-agents

You are an orchestrator. Follow these 6 phases exactly. Do not skip phases.

IMPORTANT — No gh CLI dependency. This skill uses curl + the GitHub REST API exclusively. The GH_TOKEN env var is already injected by Orchestra. Pass it as a Bearer token in all API calls:

curl -s -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github+json" ...

Phase 1 — Parse Arguments

Parse the arguments string provided after /gh-issues.

Positional:

  • owner/repo — optional. This is the source repo to fetch issues from. If omitted, detect from the current git remote: git remote get-url origin Extract owner/repo from the URL (handles both HTTPS and SSH formats).

Flags (all optional):

Flag Default Description
--label (none) Filter by label (e.g. bug, enhancement)
--limit 10 Max issues to fetch per poll
--milestone (none) Filter by milestone title
--assignee (none) Filter by assignee (@me for self)
--state open Issue state: open, closed, all
--fork (none) Your fork (user/repo) to push branches and open PRs from. Issues are fetched from the source repo; code is pushed to the fork; PRs are opened from the fork to the source repo.
--watch false Keep polling for new issues and PR reviews after each batch
--interval 5 Minutes between polls (only with --watch)
--dry-run false Fetch and display only — no sub-agents
--yes false Skip confirmation and auto-process all filtered issues
--reviews-only false Skip issue processing (Phases 2-5). Only run Phase 6 — check open PRs for review comments and address them.
--cron false Cron-safe mode: fetch issues and spawn sub-agents, exit without waiting for results.
--model (none) Model to use for sub-agents (e.g. glm-5, zai/glm-5). If not specified, uses the agent's default model.
--notify-channel (none) Telegram channel ID to send final PR summary to (e.g. -1002381931352). Only the final result with PR links is sent, not status updates.

Read the full file on GitHub · 866 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 866 lines · 116 tokens per session scan A 368a59d78f2e

Subscribe to this mod's changes

gh-issues is a skill published in the GitHub repository aleksbuss/orchestra (2 stars, last pushed yesterday), licensed MIT. It adds 116 tokens to every session and 8,758 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 92% identical to gh-issues, differing in 46 lines, and is treated as a copy.

Related

Other skills, from other repositories

data-analysis

当任务以表格数据为中心(CSV/Excel/TSV/JSON/Parquet)并需要分析、清洗、聚合、可视化、导出时,必须使用本技能。该技能强调人类数据分析师式流程:先多轮探查数据,再分段写小块 Python 代码逐步求解。禁止跳过探查直接编码,禁止一次写大段复杂代码。.

opencmit/alphora · 94 tokens

deep-research

Use this skill for any task that requires in-depth research, investigation, or comprehensive report generation on a topic. This includes: producing industry analysis, market research, technology surveys, competitive intelligence, trend reports, or any deliverable that synthesizes information from multiple sources into…

opencmit/alphora · 159 tokens

tui-smoke-test-with-tmux

Verify and debug this project's ratatui/crossterm TUI by running the ACN agent CLI inside tmux, capturing terminal screens as text, sending scripted keys, checking stderr, and writing focused tmux regressions for requested TUI flows. Use after changes to src/sessiontui, src/bin/acn.rs interactive mode, terminal…

FTShare-Lab/agent-claim-network · 108 tokens

code-review

Multi-pass code review. Review changes locally, then run codex exec --json as an independent read-only reviewer and merge the findings. Use before merging or after significant refactoring.

FTShare-Lab/agent-claim-network · 41 tokens

verify

Run ACN's full Rust verification — formatting, Clippy, tests, and type checking — plus the canonical tmux smoke test when interactive TUI behavior is affected.

FTShare-Lab/agent-claim-network · 36 tokens

ama-memory

Use AMA memory in OpenClaw to recall prior context, capture turns, inspect stored state, end sessions, or delete a user's memory when asked.

Sherlockwz/AMA · 33 tokens