| 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"} |
What I do
Perform a structured code review of a pull request against the openclaw-go repository standards.
When to use me
Use this skill when reviewing a PR, or when asked to check if a branch is ready to merge.
Review checklist
1. Go standards
2. Test coverage
3. Protocol correctness
4. CHANGELOG
5. Documentation
6. Security
7. Git hygiene
Output format
Provide the review as a structured summary:
- Verdict — Approve / Request Changes / Comment
- Summary — 1-2 sentence overview
- Findings — list each issue with file:line reference and severity (blocking / suggestion / nit)
- Tests — confirm
go test ./... -race results