← 返回
未分类 中文

代码审查专家

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.
审查 Python 代码的质量、风格和常见错误。当用户提交代码以供审查、请求代码反馈或需要代码审计时使用。
dapan0902
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 532
下载
💾 31
安装
1
版本
#latest

概述


name: code-reviewer-new

display_name:代码审查专家

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.

metadata:

pattern: reviewer

Version: 1.0.3

severity-levels: error,warning,info


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

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-30 18:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

FastAPI开发专家

dapan0902
FastAPI 开发最佳实践与规范。适用于构建、审查或调试 FastAPI 应用、REST API 或 Pydantic 模型。
★ 0 📥 592

api文档生成

dapan0902
从 Python 代码提取公共符号、添加规范文档字符串、组装并质检,生成详细 API 文档。
★ 0 📥 475

软件项目开发规划助手

dapan0902
通过结构化提问收集需求来规划新软件项目,并据此制定计划。适用于用户说“我想构建”、“帮我……”等场景。
★ 2 📥 609