원클릭으로
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