skills/pr-scanner/SKILL.md
PR Scanner - creates a scheduled task to scan a GitHub repository for open PRs and create discussion groups. Use when user wants to set up PR scanning for a repo. Keywords: "PR Scanner", "扫描 PR", "scan pull requests", "PR review".
npx skillsauth add hs3180/disclaude pr-scannerInstall 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.
为指定 GitHub 仓库创建 PR 扫描定时任务。将 schedule 模板实例化为可执行的 SCHEDULE.md。
适用于: 安装/配置 PR 扫描定时任务 | 不适用于: 直接执行扫描、发卡片、解散群
schedule 模板会在映射表中记录
workdir字段(PR 分支的临时目录路径),PR 关闭时自动清理。
| Parameter | Required | Default | Description |
|-----------|----------|---------|-------------|
| {repo} | Yes | — | GitHub repo (owner/name) |
| {controlChannelChatId} | Yes | — | 控制频道 chatId(当前对话的 chatId) |
| {maxConcurrent} | No | 3 | 最大并发 PR 讨论群数 |
| {cron} | No | 0 */6 * * * | 扫描频率(默认每6小时) |
将同目录下的 schedule.template.md 模板复制到 schedules/pr-scanner/SCHEDULE.md,替换所有 {placeholder} 为实际值:
mkdir -p schedules/pr-scanner
cp disclaude/skills/pr-scanner/schedule.template.md schedules/pr-scanner/SCHEDULE.md
替换占位符:
| 占位符 | 替换为 |
|--------|--------|
| {controlChannelChatId} | 实际的控制频道 chatId |
| {repo} | 实际监控的 GitHub 仓库(如 owner/repo) |
| {maxConcurrent} | 并发上限(默认 3) |
| {cron} | 实际的 cron 表达式(默认 0 */6 * * *) |
读取生成的 schedules/pr-scanner/SCHEDULE.md,确认:
chatId 为实际 chatIdenabled: truetools
--- name: issue-solver description: Issue Solver - creates a scheduled task to scan a GitHub repo for open issues, pick the best candidate, and submit a fix PR. Use when user wants to set up automated issue resolution. Keywords: "Issue Solver", "自动修 Bug", "solve issues", "issue solver", "issue solver 安装". allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # Issue Solver — Schedule 安装器 为指定 GitHub 仓库创建 Issue 扫描定时任务。将 schedule 模板实例化为可执行的 SCHEDULE.md。 **适用于**: 安装/配置 Issue Solver 定时任务 | **不适用于
testing
Dissolve a Feishu group chat and clean up associated resources. Use when a PR is merged/closed, a discussion is finished, or a group needs to be removed. Keywords: "解散群", "dissolve group", "删除群", "close group", "清理群".
data-ai
手气不错 — disclaude dogfooding skill. Randomly selects a real use case from disclaude's feature set, simulates a natural user interaction, and reports observations. Use when user says keywords like "手气不错", "随机测试", "feeling lucky", "dogfooding", "自我体验", "feeling-lucky".
tools
Feishu/Lark document operations via lark-cli. Read, upload, import, export, and manage Feishu docs. Keywords: '飞书文档', '上传文档', '读飞书文档', 'lark cli', '导入文档', '导出文档', 'upload to feishu', 'feishu doc', 'lark doc', 'lark-cli', 'feishu.cn', '读文档'.