‹ 首页

gh-issues

@qianleigood · 收录于 昨天 · 上游提交 1 个月前

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作者撰写 · MIT · f27e175

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
  1. Parse flags and resolve SOURCE_REPO. If it is omitted, infer it from git remote get-url origin.
  2. Resolve GH_TOKEN from env first, then from CrawClaw config.
  3. Fetch issues with curl and GitHub REST API.
  4. Filter out pull requests.
  5. Show a compact issue table.
  6. Stop on --dry-run; otherwise confirm selection unless --yes or --cron.
  7. Run pre-flight checks:
  8. git status --porcelain
  9. git rev-parse --abbrev-ref HEAD
  10. git ls-remote --exit-code ...
  11. Spawn the worker agents or review handlers.
  12. If --watch is 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 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。