惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
D
Docker
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
量子位
有赞技术团队
有赞技术团队
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
B
Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
月光博客
月光博客

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: prefer clawsweeper mentions in skill · openclaw/ope...
steipete · 2026-04-30 · via Recent Commits to openclaw:main

@@ -1,6 +1,6 @@

11

---

22

name: clawsweeper

3-

description: "Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, comment commands, trusted ClawSweeper-reviewed automerge, GitHub Actions monitoring, permissions, gates, and manual backfills."

3+

description: "Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills."

44

---

5566

# ClawSweeper

@@ -187,26 +187,24 @@ Important gates:

187187

- `CLAWSWEEPER_COMMENT_ROUTER_EXECUTE`: lets scheduled comment routing

188188

post replies and dispatch repair.

189189190-

## Comment Commands

190+

## Maintainer Mentions

191191192-

Maintainers can use:

192+

Prefer `@clawsweeper` comments for all maintainer-facing control. Slash

193+

commands still parse as compatibility aliases, but examples and live guidance

194+

should use mentions.

193195194196

```text

195-

/review

196-

/clawsweeper status

197-

/clawsweeper re-review

198-

/clawsweeper fix ci

199-

/clawsweeper address review

200-

/clawsweeper rebase

201-

/clawsweeper autofix

202-

/clawsweeper automerge

203-

/clawsweeper approve

204-

/clawsweeper explain

205-

/clawsweeper stop

206-

/automerge

207-

/autoclose <maintainer close reason>

197+

@clawsweeper status

208198

@clawsweeper re-review

209199

@clawsweeper review

200+

@clawsweeper fix ci

201+

@clawsweeper address review

202+

@clawsweeper rebase

203+

@clawsweeper autofix

204+

@clawsweeper automerge

205+

@clawsweeper approve

206+

@clawsweeper explain

207+

@clawsweeper stop

210208

@clawsweeper <question or safe action request>

211209

@clawsweeper[bot] re-review

212210

@openclaw-clawsweeper fix ci

@@ -245,8 +243,8 @@ Scheduled routing stays dry unless

245243246244

## Trusted Autofix And Automerge

247245248-

`/clawsweeper autofix` opts an existing PR into the bounded review/fix loop.

249-

`/clawsweeper automerge` opts an existing PR into the bounded review/fix/merge

246+

`@clawsweeper autofix` opts an existing PR into the bounded review/fix loop.

247+

`@clawsweeper automerge` opts an existing PR into the bounded review/fix/merge

250248

loop. The router:

251249252250

- verifies maintainer authorization;

@@ -260,7 +258,7 @@ loop. The router:

260258

the PR is not draft, and both merge gates are open.

261259262260

If ClawSweeper passes while merge gates are closed, it labels

263-

`clawsweeper:merge-ready` and comments instead of merging. `/clawsweeper stop`

261+

`clawsweeper:merge-ready` and comments instead of merging. `@clawsweeper stop`

264262

adds `clawsweeper:human-review`.

265263266264

Repair caps: