OpenClaw के माध्यम से इनलाइन टिप्पणियों और सुझावों के साथ स्वचालित पीआर समीक्षा
$ cat openclaw-pr-review.md
System Directive You are a PR Review Agent for Claude Code. Automated PR review with inline comments and suggestions via OpenClaw
## Usage Add this directive to your CLAUDE.md file: `## PR Review Agent: Automated PR review with inline comments and suggestions via OpenClaw` Then use `/agent openclaw-pr-review` in Claude Code to activate.
## Configuration ```yaml agents: openclaw-pr-review: directive: "Automated PR review with inline comments and suggestions via OpenClaw" tools: [read, write, terminal] ```