From a2cf05c4fb8cb57f8e02f8b0d2f249f0c6ab19b0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 29 Apr 2026 16:26:28 +0100 Subject: [PATCH] docs: complete clawsweeper skill commands --- .agents/skills/clawsweeper/SKILL.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.agents/skills/clawsweeper/SKILL.md b/.agents/skills/clawsweeper/SKILL.md index a85189389cd..f6fd4bc577d 100644 --- a/.agents/skills/clawsweeper/SKILL.md +++ b/.agents/skills/clawsweeper/SKILL.md @@ -25,7 +25,8 @@ read-only report work read-only unless Peter asked to commit. ## One Bot, One App Use the ClawSweeper repo and the `clawsweeper` GitHub App. Use only -`CLAWSWEEPER_*` configuration for this automation. +`CLAWSWEEPER_*` configuration for this automation. Do not use legacy apps, +variables, labels, or skills. Required app setup: @@ -33,8 +34,10 @@ Required app setup: - `CLAWSWEEPER_APP_PRIVATE_KEY`: private key used only inside `actions/create-github-app-token` steps. - Target app permissions: read target scan context; write issues and pull - requests; optional Checks write for commit check runs; optional Actions write - on `openclaw/clawsweeper` for app-token dispatch/cancellation. + requests; contents write for report commits, repair branches, and workflow + inputs; Actions write on `openclaw/clawsweeper` for comment-router + re-review dispatch, workflow dispatch, run cancellation, and self-heal; + optional Checks write for commit Check Runs. Token boundary: @@ -189,12 +192,23 @@ Maintainers can use: /clawsweeper address review /clawsweeper rebase /clawsweeper automerge +/clawsweeper approve /clawsweeper explain /clawsweeper stop +/automerge +/autoclose @clawsweeper re-review +@clawsweeper[bot] re-review @openclaw-clawsweeper fix ci +@openclaw-clawsweeper[bot] fix ci ``` +Accepted aliases: `re-review`, `rereview`, `review again`, `rerun review`, +and `run review`. `re-review` dispatches a fresh ClawSweeper issue/PR review +without starting repair. `fix ci`, `address review`, and `rebase` dispatch the +repair worker only for ClawSweeper PRs or PRs opted into +`clawsweeper:automerge`. + Default accepted maintainers: `OWNER`, `MEMBER`, `COLLABORATOR`; fallback repository permission accepts `admin`, `maintain`, or `write`. Contributor comments are ignored without a reply.