一键导入
pr-review
Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness
Build, preview, and update the VitePress documentation site in docs-site/
Run go test with race detector, analyze failures, fix issues, and re-run until green
Create a GitHub release with tag after a PR merge — follows the repo's tag and gh release create workflow
Handle upstream-release issues — read changelog deltas, update spec docs, sync protocol and gateway types, run tests, open PR, tag release
| name | pr-review |
| description | Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs |
| license | MIT |
| metadata | {"audience":"reviewers","workflow":"github"} |
Perform a structured code review of a pull request against the openclaw-go repository standards.
Use this skill when reviewing a PR, or when asked to check if a branch is ready to merge.
if err != nil { return ... } pattern — no swallowed errorspanic in library code — return errors insteadcontext.Context is the first parameter where applicableomitempty where the zero value is valid to omitgo test ./... -race passes cleanly"sessions.get")[Unreleased] entrydocs-site/packages/ pages updated if public API surface changeddocs/ markdown files updated if applicableInsecureSkipVerify: true in production code)mainProvide the review as a structured summary:
go test ./... -race results