← 返回
未分类 中文

review-sendmsg

Perform detailed Python code reviews identifying bugs, security risks, test gaps, and maintainability issues in diffs, patches, or pull requests.
对Python代码进行详细审查,识别代码差异、补丁或拉取请求中的缺陷、安全风险、测试缺陷和可维护性问题。
dexing2635-tech dexing2635-tech 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 579
下载
💾 0
安装
1
版本
#latest

概述

py-review-skill

What this skill does

Use this skill to perform a structured Python code review.

It should catch correctness bugs, edge cases, regressions, test gaps, security issues, and maintainability problems.

When to use

  • Reviewing a Python diff, patch, or pull request
  • Checking a script before merging
  • Auditing a change for risky behavior
  • Summarizing review findings for a human

Review workflow

  1. Read the change and identify the intent.
  2. Check correctness first:
    • logic errors
    • missing branches
    • off-by-one issues
    • null/empty handling
    • exception paths
  3. Check safety:
    • command execution
    • file handling
    • input validation
    • secrets exposure
    • network or subprocess risks
  4. Check tests:
    • existing coverage
    • missing regression tests
    • behavior under failure cases
  5. Check maintainability:
    • naming
    • duplication
    • clarity
    • unnecessary complexity
  6. Report only real issues. Do not invent problems.

Output format

Prefer a concise review with:

  • Overall verdict
  • High-priority issues first
  • File/line references when available
  • Suggested fixes

Example:

  • High: foo.py:42 — off-by-one in loop causes last item to be skipped.
  • Medium: bar.py:18 — no timeout on network call.

Notes

  • Be specific.
  • Be practical.
  • If the change is fine, say so.
  • If you cannot verify something, say what is missing.

Local helpers

  • scripts/review.py — core review logic
  • scripts/review_runner.py — wrapper/runner for review execution

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 330,818
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 80 📥 182,945
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,069