Install
openclaw skills install ai-code-review-serviceAI-powered service for pull request code reviews with optional voice note transcription, Discord alerts, and secure diff URL handling.
openclaw skills install ai-code-review-serviceAI-powered code review service with voice transcription, Discord notifications, and ClawHub integration.
python src/code_review_service.py <pr_number> <diff_url> [voice_note_path]
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | OpenAI API key for Whisper transcription |
DISCORD_WEBHOOK_URL | No | Discord webhook for review notifications |
VOICE_NOTE_BASE_DIR | No | Base directory for voice note files (default: /tmp/voice_notes) |
ALLOW_INTERNAL_DIFF_URLS | No | Set to allow internal-network diff URLs (security override) |
VOICE_NOTE_BASE_DIRanalyze_code_changes returning hardcoded "approved" — now returns "pending_manual_review"__main__ with CLI arg parsing and error handling