← 返回 Skills 市场
anderskev

Python Code Review

作者 Kevin Anderson · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
193
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install python-code-review
功能描述
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usag...
安全使用建议
This skill appears to be a legitimate, instruction-only Python code reviewer, and it requires no credentials or installs. The main concern is the SKILL.md's instruction to load "../review-verification-protocol/SKILL.md" and to perform its mandatory steps for each reported issue — that file is not included in the bundle, so the agent might try to read files outside the project or depend on an external protocol. Before installing or running: 1) Ask the publisher for the missing review-verification-protocol file and inspect it (what mandatory steps does it require? does it reference external endpoints or secrets?). 2) If you run the skill, do so in a sandboxed environment or limit the agent's filesystem scope so it cannot read unrelated files. 3) Verify the skill only reads the intended source files (.py paths you expect) and does not exfiltrate findings to external endpoints. If the verification-protocol is benign and tied to the same repository, the skill is coherent; if the protocol is unavailable or requires access to other repos/sensitive files, treat it as risky.
功能分析
Type: OpenClaw Skill Name: python-code-review Version: 1.1.1 The python-code-review skill bundle is a standard tool designed to assist an AI agent in performing Python code reviews. It contains comprehensive guidelines for PEP8 compliance, type safety, async patterns, and error handling across several reference files (e.g., pep8-style.md, type-safety.md). The instructions in SKILL.md establish a structured workflow for the agent without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description align with contents: the SKILL.md and the six reference docs contain PEP8, type-safety, async, error-handling and common-mistakes guidance appropriate for a Python code-review skill. The skill declares no binaries, env vars, or installs — which is coherent for an instruction-only reviewer.
Instruction Scope
The runtime instructions require the agent to list every .py inspected and to produce anchored findings ([FILE:LINE]) — appropriate for a reviewer. However Gate 4 mandates loading "../review-verification-protocol/SKILL.md" and completing its mandatory steps for each reported issue. That referenced file is outside the skill bundle and is not present in the manifest. Requiring the agent to load a relative path outside the skill directory is unexpected and could cause the agent to read unrelated files or depend on an external/hidden protocol; this is the primary red flag.
Install Mechanism
No install spec and no code files — instruction-only. Lowest-risk install profile; nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate for a static code-review instruction set.
Persistence & Privilege
always is false and there is no indication the skill requests permanent system presence or modifies other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install python-code-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /python-code-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Added a new "Gates (reporting workflow)" section describing a step-by-step, ordered review and reporting process. - Clarified and emphasized the requirement to follow the verification protocol before reporting any findings. - Updated the final submission instruction to reference the new Gates workflow. - Minor editorial changes for clarity.
v1.1.0
- Adds comprehensive review checklists covering PEP8 style, type safety, async patterns, error handling, and common mistakes. - Includes references for quick lookup of relevant standards. - Clarifies valid coding patterns that should not be flagged as issues. - Details context-sensitive rules for exception handling and unused variables. - Provides review questions to guide the code review process. - Requires following a review verification protocol before submitting findings.
元数据
Slug python-code-review
版本 1.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Python Code Review 是什么?

Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。

如何安装 Python Code Review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install python-code-review」即可一键安装,无需额外配置。

Python Code Review 是免费的吗?

是的,Python Code Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Python Code Review 支持哪些平台?

Python Code Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Python Code Review?

由 Kevin Anderson(@anderskev)开发并维护,当前版本 v1.1.1。

💬 留言讨论