skills/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.references/find-github-issues.md,並執行 apltk find-github-issues --help,以 live CLI 指引確認搜尋參數。gh fallback when the script is missing or broken:gh issue list --limit 50 --state openreferences/read-github-issue.md,並執行 apltk read-github-issue --help,以 live CLI 指引確認旗標。gh fallback when the script is missing or broken:gh issue view 123 --commentsreferences/find-github-issues.md — apltk find-github-issues 工具參考;仍必須以 apltk find-github-issues --help 的 live 輸出確認最新用法。references/read-github-issue.md — apltk read-github-issue 工具參考;仍必須以 apltk read-github-issue --help 的 live 輸出確認最新用法。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。