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

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
Jina AI
Jina AI
B
Blog
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
腾讯CDC
C
Check Point Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
罗磊的独立博客
B
Blog RSS Feed
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
M
MIT News - Artificial intelligence
GbyAI
GbyAI

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(skills): require autoreview before bug sweep URLs · ...
steipete · 2026-05-24 · via Recent Commits to openclaw:main

@@ -16,11 +16,13 @@ Return exactly five PR URLs, each with:

1616

- bug summary

1717

- why the fix is low-risk

1818

- proof: rebased-head local/Testbox/live commands or run IDs

19+

- autoreview: clean result on the exact head being shown

1920

- CI green on the exact pushed PR head

2021

- issue/duplicate cleanup done or still pending

21222223

The five URLs may be existing PRs that were reviewed/fixed, or new PRs created from issues/clusters.

23-

Do not present a PR as one of the five until it has been refreshed on current `main`, left-tested, pushed, and verified green in live GitHub CI.

24+

Do not present a PR URL to the maintainer until it has been refreshed on current `main`, left-tested, autoreviewed clean, pushed, and verified green in live GitHub CI.

25+

If code, tests, changelog, PR body, or branch base changes after autoreview, rerun autoreview before showing the URL.

24262527

## Companion Skills

2628

@@ -59,6 +61,7 @@ Reject:

5961

- bugs needing live credentials that are unavailable

6062

- PRs with red CI unless you fix, rebase, push, and recheck them green

6163

- PRs you only reviewed locally but did not refresh/push/check live

64+

- PRs whose final head has not passed `$autoreview`

6265

- fixes whose clean shape is a larger architecture move

6366

- speculative reports without reproducible/provable cause

6467

- UI/UX changes requiring product judgment

@@ -90,8 +93,9 @@ Reject:

9093

6. Review, refresh, and publish:

9194

- rebase or otherwise refresh the PR branch on current `origin/main`

9295

- resolve drift, including newly exposed CI failures, rather than counting the PR as ready

96+

- changelog-only conflicts are routine on busy `main`; resolve them mechanically when already refreshing, but do not treat them as a real code conflict, a reason to reject the PR, or evidence that the branch needs extra fixup beyond the changelog entry order

9397

- left-test the rebased head with the smallest meaningful local/Testbox/live command that proves the bug

94-

- run `$autoreview` until no accepted/actionable findings remain

98+

- run `$autoreview` until no accepted/actionable findings remain before creating, updating, or presenting the PR URL

9599

- create/update PR with real body and proof fields

96100

- push the exact reviewed head

97101

- verify live GitHub CI is green for that pushed head; do not count pending, red, dirty, conflicting, or externally blocked PRs in the five

@@ -117,7 +121,7 @@ What was not tested:

117121

## Existing PR Rules

118122119123

- Review code path beyond the diff before trusting it.

120-

- If PR is good: rebase/refresh on current `main`, fix small issues, left-test, autoreview, push, and get CI green before counting it.

124+

- If PR is good: rebase/refresh on current `main`, fix small issues, left-test, autoreview clean, push, and get CI green before showing or counting it.

121125

- If PR is not good but has a useful idea: recreate locally, co-author when warranted, close original with thanks and explanation.

122126

- If PR is duplicate or fixed on `main`: comment proof, close.

123127

- If maintainer cannot push to contributor branch: create own branch/PR, preserve useful commits or credit.