read-github-issue/SKILL.md
Read and search remote GitHub issues via GitHub CLI (`gh`). Use when users ask to list issues, filter issue candidates, inspect a specific issue with comments, or gather issue context before planning follow-up work. Prefer the bundled CLI tools when they are present and working, but fall back to direct `gh issue list` / `gh issue view` commands when the tools are missing or fail for repository-specific reasons.
npx skillsauth add laitszkin/apollo-toolkit read-github-issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
gh is available, continue with raw gh issue list / gh issue view; only stop when gh itself is unavailable or unauthenticated.gh issue list / gh issue view instead of paraphrasing from memory.gh commands whenever the tools are unavailable or broken in the target repository.gh is installed and authenticated (gh auth status).origin, or the user provides --repo owner/name.gh repo view --json nameWithOwner,isPrivate,defaultBranchRef to confirm target repo.--repo <owner>/<repo> in issue commands.apltk find-github-issues --help as the live command reference for filters, output modes, and examples.gh fallback when the script is missing or broken:gh issue list --limit 50 --state openapltk read-github-issue --help as the live command reference for issue selection, comments, JSON output, and examples.gh fallback when the script is missing or broken:gh issue view 123 --commentsUse apltk find-github-issues --help and apltk read-github-issue --help as the authoritative command references. This skill keeps the retrieval workflow and fallback rules, not the flag catalog.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。