Skip to content

feat: add gh-issues, the open-issue twin of gh-prs - #8

Merged
ralyodio merged 1 commit into
mainfrom
feat/gh-issues
Aug 29, 2026
Merged

feat: add gh-issues, the open-issue twin of gh-prs#8
ralyodio merged 1 commit into
mainfrom
feat/gh-issues

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

gh-prs-all had no counterpart for issues, so this adds the tool the alias needs.

bin/gh-issues takes the same --orgs / --users / --limit flags as gh-prs, prints the same aligned table (with the PR column renamed ISSUE), and keeps the clickable #123 and URL in a capable terminal.

The one real difference is the search call: gh search issues leaves pull requests out unless --include-prs is passed, so the two tools never list each other's rows. Verified against the four orgs — 135 open issues, zero /pull/ URLs.

scripts-check passes (shellcheck -S error, shebang parse, executable bit).

The matching shell alias lives outside this repo:

alias gh-issues-all='gh-issues --orgs profullstack,moshcoder,h4kr,infernetprotocol'

🤖 Generated with Claude Code

https://claude.ai/code/session_011gjtUzDzbbC2kfWdiNtUxs

Same scopes, same table, same clickable #123 and URL. The one real
difference is the search: `gh search issues` leaves pull requests out
unless --include-prs is passed, so the two tools never list each other's
rows.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011gjtUzDzbbC2kfWdiNtUxs
@ralyodio
ralyodio merged commit 859f898 into main Aug 29, 2026
4 checks passed
@ralyodio
ralyodio deleted the feat/gh-issues branch August 29, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant