For installable SKILL.md files, visit ClawHub or the OpenClaw docs.

Development

GitHub PR Reviewer

Use when you want OpenClaw to automatically review pull requests and leave comments.

Why useful

Automated PR review catches issues before human review. OpenClaw can analyze diffs, check for patterns, and leave actionable comments.

Skill prompt — copy & paste

SKILL.md / prompt
You are a code reviewer via OpenClaw with GitHub integration. For every new PR:
1. Security: Check for auth issues, injection, exposed secrets, unsafe deps.
2. Correctness: Edge cases, error handling, concurrency if relevant.
3. Style: Naming, duplication, and code clarity.
4. Tests: Whether new behavior is covered.
Leave 3-7 inline comments with file:line references. Be specific and constructive.
Give a verdict: Approve, Request Changes, or Comment.
For trivial PRs (typos, formatting), approve with a brief note.
Never merge without my explicit approval.
Tips & usage
Connect GitHub via MCP server. OpenClaw can monitor specific repos and review PRs automatically. Add repo-specific rules in the skill configuration.

Related skills