An expert AI reviewer that enforces PEP8 standards, type safety, and efficient async patterns in Python codebases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install python-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 python-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.
The Python Code Review skill is a specialized tool within the Openclaw Skills ecosystem designed to maintain high-quality Python code. It acts as an automated auditor that scrutinizes .py files for structural integrity, performance bottlenecks in asynchronous code, and robust error handling practices.
By leveraging this skill, developers can ensure their projects adhere to professional standards like PEP8 while catching subtle bugs such as mutable default arguments or blocking calls in async loops. It serves as a rigorous gatekeeper that transforms raw code into production-ready, type-safe software.
To integrate this capability into your workflow, ensure the following directory structure and commands are used within your environment:
# Navigate to your project's skill directory
cd skills/python-code-review
# Ensure reference files are present
touch references/pep8-style.md references/type-safety.md
# Trigger the review through your AI agent
openclaw run python-code-review --path ./src
The skill organizes its audit data using a hierarchical reference system and a strict reporting gate.
| Data Component | Description |
|---|---|
| References | Markdown files in /references defining the rules for PEP8, Async, and Types. |
| Issue Types | Categorized into Style, Type Safety, Async Patterns, Error Handling, and Common Mistakes. |
| Location Anchors | Mandatory [FILE:LINE] metadata for every reported finding. |
| Verification Log | Internal metadata generated during the mandatory verification protocol gate. |
raise ... from to ensure debugging information is never lost during exception handling.noqa comments and specific valid patterns to reduce noise in professional environments.Loading
A conversational AI tool that guides site supervisors through a 10-category safety inspection to generate professional HSE reports with automated severity classification.

A professional-grade content operations engine for planning, drafting, and safely automating multi-platform social media growth.

A versatile utility for Openclaw Skills that transforms text, URLs, and WiFi configurations into customizable QR code images.

An AI-powered video generation tool that creates satisfying vertical shorts of room organization, decluttering, and chaos-to-order transformations.

A sophisticated reasoning framework that dynamically adapts response structures based on question types to deliver evidence-based, natural-sounding answers.

Lobster Memory Master is a comprehensive long-term memory management system that transforms stateless AI into a stateful assistant with persistent recall and automated context compaction.








































