← 返回 Skills 市场
loutai0307-prog

Bytesagain Code Reviewer Cn

作者 loutai0307-prog · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install bytesagain-code-reviewer-cn
功能描述
Review code files for bugs, security issues, and style problems. Use when auditing Python, JavaScript, Go, or Bash code, checking for injection risks, measur...
使用说明 (SKILL.md)

bytesagain-code-reviewer-cn

Automated code review assistant with pattern-based issue detection, language-specific checklists, security scanning, and complexity metrics. Supports Python, JavaScript, Go, Java, and Bash.

Usage

bytesagain-code-reviewer-cn review \x3Cfile>
bytesagain-code-reviewer-cn checklist \x3Clang>
bytesagain-code-reviewer-cn security \x3Cfile>
bytesagain-code-reviewer-cn complexity \x3Cfile>
bytesagain-code-reviewer-cn diff \x3Cfile1> \x3Cfile2>

Commands

  • review — Auto-detect language, check for common issues, warnings, and style suggestions
  • checklist — Print language-specific review checklist (python/js/go/generic)
  • security — Scan for hardcoded secrets, injection risks, weak crypto, unsafe patterns
  • complexity — Calculate lines, branching, nesting depth, and complexity score
  • diff — Side-by-side unified diff of two code files

Examples

bytesagain-code-reviewer-cn review app.py
bytesagain-code-reviewer-cn review server.js
bytesagain-code-reviewer-cn checklist python
bytesagain-code-reviewer-cn checklist go
bytesagain-code-reviewer-cn security config.py
bytesagain-code-reviewer-cn complexity main.go
bytesagain-code-reviewer-cn diff old.py new.py

Requirements

  • bash
  • python3

When to Use

Use before committing code, during PR review, when onboarding new team members to coding standards, or when auditing a codebase for security issues and complexity hotspots.

安全使用建议
This skill appears to do what it says: a local, pattern-based code reviewer implemented as a bash wrapper around small Python analyzers. Things to consider before installing/running: 1) Ensure python3 is available (SKILL.md requires it but registry metadata omits it). 2) The tool only reads files you pass to it — don't point it at files containing secrets you don't want examined (the security scan looks for obvious hardcoded secrets but is basic and can miss things). 3) There is a bug in the security subcommand: the Python code tries to open "$file" literally rather than using the passed filename, which will likely cause a runtime error; you may want to review/fix that code before relying on the security scan. 4) Because the checks are pattern-based, expect false positives/negatives; review results manually for critical code. If you need stronger guarantees, inspect the script locally or run it in an isolated environment before granting it broader use.
能力评估
Purpose & Capability
The name/description match the included script: the tool reads code files and runs simple pattern checks, complexity counts, and checklists. One inconsistency: SKILL.md lists runtime requirements (bash, python3) but the registry metadata declared no required binaries; the included script clearly requires python3 to work.
Instruction Scope
Runtime instructions and the script operate on files explicitly passed by the user (review/security/complexity/diff). The script reads only the target files and prints local analyses; it does not call external endpoints or access unrelated system paths or environment variables.
Install Mechanism
There is no install spec — this is an instruction-only skill with an accompanying shell script. Nothing is downloaded or executed from external URLs during install.
Credentials
The skill requests no environment variables or credentials. Minor note: SKILL.md requires bash + python3 but these were not declared in registry metadata; ensure python3 is available before use.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It does not request persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-code-reviewer-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-code-reviewer-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add YAML metadata: homepage, source, description with Use when
v1.0.0
Initial release
元数据
Slug bytesagain-code-reviewer-cn
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Bytesagain Code Reviewer Cn 是什么?

Review code files for bugs, security issues, and style problems. Use when auditing Python, JavaScript, Go, or Bash code, checking for injection risks, measur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Bytesagain Code Reviewer Cn?

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

Bytesagain Code Reviewer Cn 是免费的吗?

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

Bytesagain Code Reviewer Cn 支持哪些平台?

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

谁开发了 Bytesagain Code Reviewer Cn?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.1。

💬 留言讨论