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
Read a user-specified PDF that marks the week's key financial events, deeply research each marked event with current sources, capture any additional breaking financial developments, and produce a concise Chinese-capable PDF briefing that explains what happened and why it matters.
documentation
Generate long-form videos (more than 10 minutes) by following user instructions and invoking related skills only when needed (`openai-text-to-image-storyboard`, `docs-to-voice`, `remotion-best-practices`). For text inputs, extract a complete long-form story arc, generate fresh storyboard images (no reuse of previously generated pictures), and render a 16:9 animated long-form video.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.