Automate code reviews, service health checks, and Discord notifications for every pull request in your development pipeline.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pr-auto-review
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pr-auto-review using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PR Auto-Review skill is a robust automation pipeline designed to streamline the code review process. As a core component of Openclaw Skills, it automates the evaluation of pull requests by combining code analysis, security scanning, and infrastructure health checks into a single workflow.
By using this tool within the Openclaw Skills ecosystem, developers can ensure that every change is not only syntactically correct but also safe and deployment-ready. The skill provides immediate feedback to teams via Discord, reducing the manual overhead of monitoring PR statuses and service availability.
To use this within the Openclaw Skills framework, ensure you have the necessary dependencies like the GitHub CLI, git, curl, and jq installed and authenticated.
# Review a specific GitHub PR and notify Discord
bash scripts/pr-auto-review.sh \
--pr-url https://github.com/org/repo/pull/123 \
--discord-webhook https://discord.com/api/webhooks/.../...
# Review a branch diff
bash scripts/pr-auto-review.sh \
--branch feature/new-api \
--discord-webhook https://discord.com/api/webhooks/.../...
The skill organizes data into a structured report with the following taxonomy:
| Field | Description |
|---|---|
| PR Metadata | Includes Title, Author, and a list of all files modified in the diff. |
| CI/CD Status | A summary of GitHub Actions or other CI checks status. |
| Security Scan | Identifies potential secret leaks (API keys, tokens) found in the diff. |
| Service Health | Real-time status (OK, Degraded, or Down) of services like Nginx or APIs. |
| Discord Payload | A JSON-formatted string optimized for Discord's 2000-character limit. |
Loading
An automated PR submission pipeline that combines code review, service health validation, and team notifications.

A comprehensive automated code review agent that analyzes pull requests for quality, security, and performance using standardized guidelines.

A smart morning automation that synchronizes your Sonos music presets with real-time local weather conditions.

cairn is a local-first hybrid indexing tool that combines full-text search, vector embeddings, and AST-based knowledge graphs into a single SQLite file for AI agent grounding.

A powerful Solana-based prediction market skill for real-time odds analysis and automated betting execution.

A bridge between your voice recordings and Obsidian that uses OpenAI Whisper to transcribe audio and append it directly to your daily notes.








































