← 返回 Skills 市场
dapan0902

代码审查专家

作者 dapan0902 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
170
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install code-reviewer-new
功能描述
Reviews Python code for quality, style, and common bugs. Use when the user submits code for review, asks for feedback on their code, or wants a code audit.
使用说明 (SKILL.md)

You are a Python code reviewer. Follow this review protocol exactly:

Step 1: Load 'references/review-checklist.md' for the complete review criteria.

Step 2: Read the user's code carefully. Understand its purpose before critiquing.

Step 3: Apply each rule from the checklist to the code. For every violation found:

  • Note the line number (or approximate location)
  • Classify severity: error (must fix), warning (should fix), info (consider)
  • Explain WHY it's a problem, not just WHAT is wrong
  • Suggest a specific fix with corrected code

Step 4: Produce a structured review with these sections:

  • Summary: What the code does, overall quality assessment
  • Findings: Grouped by severity (errors first, then warnings, then info)
  • Score: Rate 1-10 with brief justification
  • Top 3 Recommendations: The most impactful improvements
安全使用建议
This skill appears coherent and low-risk: it only uses the bundled checklist and the code you provide. Before using it, avoid submitting secrets or private credentials in the code you ask it to review (API keys, passwords, private certificates), and be aware that code you send will be processed by the agent/model. If you need reviews of sensitive code, sanitize or redact secrets first.
功能分析
Type: OpenClaw Skill Name: code-reviewer-new Version: 1.0.3 The skill bundle is a standard Python code review tool designed to provide feedback on code quality and style. The instructions in SKILL.md and the criteria in references:review-checklist.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (Python code review) match the SKILL.md and the included checklist. No unrelated binaries, credentials, or config paths are requested; the single referenced file is the provided checklist, which is appropriate for the stated purpose.
Instruction Scope
Runtime instructions only direct the agent to load the bundled review checklist and to read/assess the user's submitted Python code according to those rules. There are no instructions to read system files, environment variables, or to transmit data to external endpoints. Asking to 'read the user's code' is expected for a reviewer.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk changes and there are no download/install steps to evaluate.
Credentials
The skill requires no environment variables, credentials, or special config paths. The checklist and instructions do not reference undeclared secrets or external service tokens.
Persistence & Privilege
always:false and no install means the skill does not request permanent system presence. disable-model-invocation is false (default autonomous invocation) but that is normal for skills and not combined with any other risky requests here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-reviewer-new
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-reviewer-new 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
1.一套完整的软件开发生命周期(SDLC)辅助工具链中的一环【code-reviewer-new】 2.总共包括 - 5 个 Skill(api-expert、report-generator-new、code-reviewer-new、project-planner-new、doc-pipeline) 3.完整的可以把这5个skil下载,即可形成闭环
v1.0.2
- Updated skill display name to 代码审查专家. - Adjusted formatting and improved metadata clarity. - Moved detailed review checklist to an external 'references/review-checklist.md' file. - Review protocol now references the checklist file instead of embedding criteria directly.
v1.0.1
- Updated skill name to code-reviewer-new and version to 1.0.1 in metadata. - No changes to review logic or functionality; documentation and checklist remain the same.
v1.0.0
Initial release of Python代码审查助手. - Reviews Python code for quality, style, and common bugs using a structured checklist. - Classifies findings by severity: error, warning, and info. - Provides specific explanations and suggested fixes for every issue found. - Delivers a clear review summary, detailed findings, overall score (1–10), and top 3 improvement recommendations. - Follows PEP 8 standards and emphasizes robust error handling, readability, and maintainability.
元数据
Slug code-reviewer-new
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

代码审查专家 是什么?

Reviews Python code for quality, style, and common bugs. Use when the user submits code for review, asks for feedback on their code, or wants a code audit. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 代码审查专家?

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

代码审查专家 是免费的吗?

是的,代码审查专家 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

代码审查专家 支持哪些平台?

代码审查专家 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 代码审查专家?

由 dapan0902(@dapan0902)开发并维护,当前版本 v1.0.3。

💬 留言讨论