← 返回 Skills 市场
cdapic

openclaw-code-review-skill

作者 cdaaa · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-code-review-skill
功能描述
对 Pull Request 或代码 Diff 进行结构化审查,使用多 Agent 并行审查 + 置信度评分过滤误报。触发:/code-review、审查 PR、代码审查
安全使用建议
This skill largely does what it says: it expects the GitHub CLI and access to the repository (local git or network-accessible PR) and will use those to read PR data, git history, and optionally post comments. Before installing or using it: 1) Confirm your environment has gh authenticated with the intended GitHub account and that you are comfortable that the skill will act with those permissions. 2) Ask the author or maintainer what 'sessions_spawn' is and whether spawned agents make external model/API calls or require additional credentials. 3) Note the docs mismatch (some README/README_SOURCE say 4 agents while SKILL.md defines 3) and get clarity on exact agent behavior. 4) Test on a non-sensitive repository to confirm the confidence-threshold and pre-existing-issue filtering don't hide important findings. If you need higher assurance, request an explicit statement from the author about no hidden network exfiltration and how agent spawning is implemented.
功能分析
Type: OpenClaw Skill Name: openclaw-code-review-skill Version: 1.0.1 The skill implements a structured code review workflow by leveraging the GitHub CLI (`gh`) to fetch PR data and spawning parallel sub-agents to analyze compliance, logic errors, and Git history. The instructions in SKILL.md are well-defined, align with the stated purpose of automating code reviews, and include a confidence-scoring mechanism to filter results, with no evidence of data exfiltration or malicious execution.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
The name/description (PR/code-diff review with multiple agents and confidence filtering) matches the runtime instructions: using gh to fetch PR data, running git blame/log, summarizing diffs, and optionally posting comments. Requiring the GitHub CLI and a local git context is appropriate for this purpose.
Instruction Scope
Instructions stay within code-review scope (fetch PR details, read CLAUDE.md, run diffs, run git blame/log, produce structured report, optionally post gh comments). Two minor concerns: (1) the runtime uses a 'sessions_spawn' mechanism to start parallel agents but the skill doesn't document where that utility comes from or whether it spawns external model calls — you should confirm the platform has this facility and how spawned agents are authorized; (2) the built-in aggressive filtering (only reporting ≥80 confidence and excluding pre-existing issues) may suppress valid findings; ensure you understand the filter semantics.
Install Mechanism
This is an instruction-only skill with no install spec, no downloads, and no packages to write to disk — lowest install risk. It does assume 'gh' (GitHub CLI) and a git repository are available; README mentions this.
Credentials
The skill requests no env vars or credentials. However, it relies on the user's GitHub CLI authentication (gh auth) and local git repo state to read and post PR comments. That is proportionate for a PR-commenting tool but means the skill will operate using whatever permissions the configured 'gh' session has — verify your gh login is scoped appropriately before running the skill.
Persistence & Privilege
always:false and no persistent system modifications are requested. The skill does include an optional action to post PR comments (via gh pr comment) only when the user explicitly requests '发布评论' or uses --comment; verify that behavior before granting broad automation rights.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-code-review-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-code-review-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No file or documentation changes detected in this version. - Functionality and workflow remain unchanged from the previous release.
v1.0.0
Initial release of the Code Review skill, providing structured and parallelized PR code reviews. - Simulates Claude Code `/code-review` plugin workflow. - Uses 3 parallel agents for CLAUDE.md compliance, bug/logic error detection, and Git history context analysis. - Only reports issues with high confidence (≥80), filtering out false positives and trivial problems. - Supports reviewing open PRs, user-provided diffs, and publishing results as GitHub comments. - Designed for pre-merge PR checks, local diff reviews, and establishing code review standards.
元数据
Slug openclaw-code-review-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

openclaw-code-review-skill 是什么?

对 Pull Request 或代码 Diff 进行结构化审查,使用多 Agent 并行审查 + 置信度评分过滤误报。触发:/code-review、审查 PR、代码审查. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 openclaw-code-review-skill?

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

openclaw-code-review-skill 是免费的吗?

是的,openclaw-code-review-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-code-review-skill 支持哪些平台?

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

谁开发了 openclaw-code-review-skill?

由 cdaaa(@cdapic)开发并维护,当前版本 v1.0.1。

💬 留言讨论