gh-issues
Use when a repository has GitHub issues, review requests, labels, milestones, or watch-mode triage that should be selected and handled with GitHub CLI access.
适合你,如果你需要高效地筛选和分配 GitHub 仓库中的 issue 和 PR。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/gh-issues/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/gh-issues/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/gh-issues安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~396上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude 能获取 GitHub issues,筛选并决定处理哪些,然后派后台 agent 去实施修复或处理审查评论。
什么时候触发
当用户提到 GitHub issues、审查请求、标签、里程碑或监控模式时,或要求处理仓库的 issue 时触发。
装好后可以这样说
Claude 会显示紧凑的 issue 表格。
Claude 会确认后派 worker 去修复。
Claude 会持续轮询并处理新内容。
技能原文 SKILL.md
gh-issues
Use this skill to fetch GitHub issues, decide which ones to act on, and spawn background agents to implement fixes or address review comments.
Workflow
- Parse flags and resolve
SOURCE_REPO. If it is omitted, infer it fromgit remote get-url origin. - Resolve
GH_TOKENfrom env first, then from CrawClaw config. - Fetch issues with curl and GitHub REST API.
- Filter out pull requests.
- Show a compact issue table.
- Stop on
--dry-run; otherwise confirm selection unless--yesor--cron. - Run pre-flight checks:
git status --porcelaingit rev-parse --abbrev-ref HEADgit ls-remote --exit-code ...- Spawn the worker agents or review handlers.
- If
--watchis set, poll again and process only new work.
Flags
--label--limit--milestone--assignee--state--fork--watch--interval--dry-run--yes--reviews-only--cron--model--notify-channel
Rules
- Use curl plus GitHub REST API for reads.
- In fork mode, push branches to the fork and target the source repo with PRs.
- In cron mode, skip interactive confirmation and exit after dispatching work.
- If auth fails, stop with a clear config hint instead of guessing.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…