← Back to Skills Marketplace
dapan0902

代码审查专家

by dapan0902 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
170
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install code-reviewer-new
Description
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.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install code-reviewer-new
  3. After installation, invoke the skill by name or use /code-reviewer-new
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug code-reviewer-new
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 代码审查专家?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.

How do I install 代码审查专家?

Run "/install code-reviewer-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 代码审查专家 free?

Yes, 代码审查专家 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 代码审查专家 support?

代码审查专家 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 代码审查专家?

It is built and maintained by dapan0902 (@dapan0902); the current version is v1.0.3.

💬 Comments