{"id":51119008,"url":"https://github.com/sulthonzh/gh-issues","last_synced_at":"2026-06-25T00:30:36.925Z","repository":{"id":363586085,"uuid":"1263922796","full_name":"sulthonzh/gh-issues","owner":"sulthonzh","description":"See open issues across all your GitHub repos at a glance","archived":false,"fork":false,"pushed_at":"2026-06-17T11:28:16.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T13:19:20.059Z","etag":null,"topics":["cli","gh","github","issues"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sulthonzh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-09T11:49:06.000Z","updated_at":"2026-06-17T11:24:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sulthonzh/gh-issues","commit_stats":null,"previous_names":["sulthonzh/gh-issues"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sulthonzh/gh-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulthonzh","download_url":"https://codeload.github.com/sulthonzh/gh-issues/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-issues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34755061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gh","github","issues"],"created_at":"2026-06-25T00:30:36.835Z","updated_at":"2026-06-25T00:30:36.918Z","avatar_url":"https://github.com/sulthonzh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-issues\n\nSee open issues across all your GitHub repos at a glance.\n\nEver wanted a quick view of what's open across your repos without clicking through GitHub one by one? This does that.\n\n## Why\n\nYou maintain multiple open-source repos. Issues pile up. Some go stale. You lose track. `gh-issues` gives you a single view of everything open, sorted by age, with label breakdowns and stale detection.\n\n## Quick Start\n\n```bash\nnpm install -g gh-issues\ngh-issues\n```\n\nThat's it. It uses your existing `gh` CLI auth — no tokens, no config.\n\n## Usage\n\n```bash\n# All your repos\ngh-issues\n\n# Someone else's repos\ngh-issues --user torvalds\n\n# Single repo\ngh-issues --repo nodejs/node\n\n# Oldest 10 issues only\ngh-issues --top 10\n\n# Filter by labels\ngh-issues --label bug,enhancement\n\n# JSON output (pipe to jq, scripts, etc.)\ngh-issues --json\n\n# Markdown (paste into docs, PRs)\ngh-issues --markdown\n```\n\n## What You Get\n\n**Text output** (default):\n```\nuser/repo#42 — Fix memory leak in worker pool\n  by @dev · 45d old · 3 comments 🕐 stale [bug]\n\nuser/repo#38 — Add dark mode support\n  by @contrib · 12d old · 1 comments [enhancement]\n\nTotal: 2 open issues across 1 repo\nStale (\u003e30d no update): 1\nTop labels: bug (1), enhancement (1)\n```\n\n**Stale detection**: Issues with no updates in 30+ days get flagged so you can triage.\n\n**Label breakdown**: See which labels dominate your backlog at a glance.\n\n## Requirements\n\n- [gh CLI](https://cli.github.com) installed and authenticated\n- Node.js 18+\n\n## Exit Codes\n\n- `0` — no open issues found (clean!)\n- `1` — issues found (useful for CI checks)\n- `2` — error (gh not found, auth issue, etc.)\n\n## As a Module\n\n```js\nconst { getAllIssues, getIssuesForRepo, formatText } = require('gh-issues');\n\n// Get all issues for a user\nconst issues = await getAllIssues('torvalds');\n\n// Get issues for a specific repo\nconst repoIssues = getIssuesForRepo('torvalds/linux');\n\n// Format output\nconsole.log(formatText(issues));\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulthonzh%2Fgh-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-issues/lists"}