Claude Skill
openclaw/clawsweeper
ClawSweeper 每周扫描所有 GitHub 议题和拉取请求,建议哪些可以关闭并说明原因。一款用于保持仓库整洁的 JavaScript 自动化工具。
概览
仓库信息
安装这个 Skill
git clone https://github.com/openclaw/clawsweeper.gitRegistry 信息
项目简介
ClawSweeper 是一款 GitHub 自动化工具,它会扫描仓库中所有开放的议题和拉取请求,然后建议哪些可以关闭并说明原因。它每周对每个拉取请求和议题运行一次,帮助维护者保持项目整洁。
ClawSweeper scans all issues and PRs and suggest what we can close, and why. It runs every PR / Issue once a week.
要点
- 自动扫描所有开放的议题和拉取请求
- 建议可关闭的项目并附带原因
- 每周对每个拉取请求和议题运行一次
- 使用 JavaScript 构建,易于集成
使用场景
- 清理开源仓库中的过时议题
- 通过自动化分类减少维护者工作量
- 识别已废弃的拉取请求以便关闭
- 以最少精力维护整洁的项目面板
README 摘要
# 🦞🧹 ClawSweeper  ClawSweeper is the conservative maintenance bot for OpenClaw repositories. It keeps the backlog reviewed, keeps maintainer-visible GitHub comments tidy, and turns narrow trusted findings into guarded repair or automerge work. The current production targets are `openclaw/openclaw`, `openclaw/clawhub`, and self-review for `openclaw/clawsweeper`. The OpenClaw-hosted ClawSweeper instance is not a public review service and does not provide free reviews for third-party repositories. If you want ClawSweeper for your own project, fork this repository, deploy it in your own organization, and configure that self-hosted instance for your repositories. At a high level ClawSweeper: - reviews open issues and pull requests on a schedule and on exact GitHub events - writes one durable markdown report per item in generated state - syncs one marker-backed public review comment per issue or PR, edited in place - closes only unchanged, high-confidence, policy-allowed proposals - routes maintainer commands such as `@clawsweeper review`, `@clawsweeper fix`, `@clawsweeper autofix`, and `@clawsweeper automerge` - can acknowledge maintainer comment commands through an optional GitHub App webhook before the GitHub Actions fallback starts - repairs opted-in PRs through a bounded Codex review/fix loop before merge - can open guarded implementation PRs for strict, reproducible bug issues - can manually review selected code-bearing commits on target `main` branches - publishes dashboard, audit, repair, and activity state to `openclaw/clawsweeper-state` ClawSweeper is not a generic auto-close bot. Review is proposal-only, apply is guarded, Codex never gets write credentials during review, and every GitHub mutation is r