

























@@ -7,7 +7,7 @@ description: "Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, com
7788ClawSweeper lives at `~/Projects/clawsweeper`. It is the one OpenClaw
99maintenance bot for sweeping, commit review, repair jobs, and guarded fix PRs.
10-Use this skill whenever Peter asks about reports, findings, dispatch health,
10+Use this skill whenever asked about reports, findings, dispatch health,
1111repair/cloud PR creation, comment commands, automerge, permissions, or gates.
12121313## Start
@@ -20,7 +20,7 @@ pnpm run build:all
2020```
21212222Do not overwrite unrelated edits. If the tree is dirty, inspect first and keep
23-read-only report work read-only unless Peter asked to commit.
23+read-only report work read-only unless the requester asked to commit.
24242525## One Bot, One App
2626@@ -79,7 +79,7 @@ gh workflow run commit-review.yml --repo openclaw/clawsweeper \
7979 -f enabled=true
8080```
818182-Use `create_checks=true` only when Peter explicitly wants target commit Check
82+Use `create_checks=true` only when the requester explicitly wants target commit Check
8383Runs. Add `-f additional_prompt="..."` for focused one-off review instructions.
84848585## Sweep Reports
@@ -175,7 +175,7 @@ gh variable set CLAWSWEEPER_ALLOW_MERGE --repo openclaw/clawsweeper --body 1
175175gh variable set CLAWSWEEPER_ALLOW_AUTOMERGE --repo openclaw/clawsweeper --body 1
176176```
177177178-Reset gates only when Peter asks; the active maintainer window may intentionally
178+Reset gates only when explicitly requested; the active maintainer window may intentionally
179179leave them at `1`.
180180181181Important gates:
@@ -255,15 +255,16 @@ loop. The router:
255255- never merges autofix PRs or draft PRs;
256256- merges automerge PRs only when ClawSweeper passed the exact current head,
257257 checks are green, GitHub says mergeable, no human-review label is present,
258- the PR is not draft, required user-facing OpenClaw changelog entries are
259- present, and both merge gates are open.
258+ the PR is not draft, and both merge gates are open.
259+260+Missing changelog is not a review finding or merge blocker. If repairing a user-facing change, add/update changelog automatically when practical; never ask or block solely on it.
260261261262If ClawSweeper passes while merge gates are closed, it labels
262263`clawsweeper:merge-ready` and comments instead of merging. `@clawsweeper stop`
263264adds `clawsweeper:human-review`.
264265265-When Peter asks Codex to create a PR and enable ClawSweeper automerge, do not
266-leave his local OpenClaw checkout on the PR branch. After the PR is created,
266+When asked to create a PR and enable ClawSweeper automerge, do not
267+leave the local OpenClaw checkout on the PR branch. After the PR is created,
267268pushed, and the `@clawsweeper automerge` request is posted or otherwise
268269confirmed, return the local checkout to `main` and fast-forward it when the
269270working tree is clean:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。