A robust pre-commit quality gate skill that automates local testing, static analysis, and security reviews to ensure code readiness.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peter-code-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 peter-code-review using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Peter Code Review serves as the final barrier before code is committed or merged. It systematically analyzes current workspace changes or the most recent HEAD commit to provide a comprehensive evaluation of code health. By integrating various technology-specific tools like ESLint, Pytest, or Go test, it identifies potential issues early in the development lifecycle.
This skill focuses on delivering an actionable report that covers everything from syntax errors to security vulnerabilities. As a part of the Openclaw Skills ecosystem, it bridges the gap between manual development and automated CI/CD pipelines by providing an immediate, local validation loop for developers who want to maintain high standards.
Ensure you are at the root of your repository and that the necessary language-specific tools (Node, Python, Go, etc.) are installed. The skill operates based on your local git state.
# Verify your git status before running
git status
# The skill will automatically detect your stack and run relevant checks
The skill generates a structured report within the agent context, following a strict taxonomy for clarity and risk management:
| Section | Description |
|---|---|
| Quality Checklist | Status of lint, typecheck, tests, and security audits. |
| Git Summary | Summary of files changed and identification of key modifications. |
| Execution Results | Detailed log of command successes or failures for transparency. |
| Issues List | Categorized by severity (Critical to Low) with file paths and line numbers. |
| Conclusion | Final status categorization: Ready, High Risk, or Fix Required. |
Loading
An automated CI gatekeeper that analyzes Pull Request checks to determine merge readiness and troubleshoot failures.

A closed-loop bug resolution skill that focuses on reproduction, hypothesis-driven localization, and minimal code fixes integrated with CI/PR workflows.

A comprehensive CTO advisory skill for implementing elite engineering practices, zero-trust security, and scalable data architectures.

A comprehensive framework for AI agents to implement world-class ESG strategies, carbon management, and regulatory reporting.

An automated bridge that transforms local code changes into standardized commits and pull requests.

An automated pull request management tool for serial merging and batch PR cleanup.








































