Install
openclaw skills install skill-review-sendmsgPerform detailed Python code reviews identifying bugs, security risks, test gaps, and maintainability issues in diffs, patches, or pull requests.
openclaw skills install skill-review-sendmsgUse this skill to perform a structured Python code review. It should catch correctness bugs, edge cases, regressions, test gaps, security issues, and maintainability problems.
Prefer a concise review with:
Example:
foo.py:42 — off-by-one in loop causes last item to be skipped.bar.py:18 — no timeout on network call.scripts/review.py — core review logicscripts/review_runner.py — wrapper/runner for review execution