← 返回 Skills 市场
soponcd

Requesting Code Review

作者 soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install timeflow-requesting-code-review
功能描述
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
安全使用建议
This skill is mostly harmless and fits its stated purpose, but before installing or using it: (1) confirm that the code-reviewer template (requesting-code-review/code-reviewer.md) actually exists where the skill expects it — the bundle you provided only contains SKILL.md; (2) ensure the agent runtime has git and access to the repository (the instructions run git commands but the skill metadata doesn't declare git as a required binary); (3) verify what the 'superpowers:code-reviewer' subagent is and what permissions/credentials it needs or uses (the skill delegates review work to that subagent, which could perform actions you should audit); and (4) if you rely on this in automation, update the skill metadata to declare git and any required template or credentials so its behavior is explicit. If those points are resolved, the skill is coherent; if not, it may fail or delegate in unexpected ways.
功能分析
Type: OpenClaw Skill Name: timeflow-requesting-code-review Version: 1.0.0 The skill bundle provides a legitimate workflow for an AI agent to request code reviews using a subagent. It utilizes standard, low-risk git commands (git rev-parse, git log) to identify commit ranges and provides templates for structured communication between agents. No evidence of malicious intent, data exfiltration, or unauthorized execution was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description match the instructions: it guides requesting a code review and dispatching a code-reviewer subagent. However the SKILL.md expects a template file (requesting-code-review/code-reviewer.md) and the presence of git in the environment even though the skill metadata declares no required binaries or files.
Instruction Scope
Instructions ask the agent to run git commands (git rev-parse, git log) and to dispatch a 'superpowers:code-reviewer' subagent using a Task tool and a template path. The repository manifest contains only SKILL.md, so the referenced template file is not present here — the runtime instructions therefore refer to an external artifact and an external subagent whose behavior and permissions are unknown. This creates ambiguity and a potential failure or unexpected delegation at runtime.
Install Mechanism
No install spec and no code files are present; the skill is instruction-only and does not write to disk during installation.
Credentials
The skill declares no environment variables or credentials (appropriate for its stated purpose). That said, it implicitly requires git and an accessible repository context and also depends on a separate 'superpowers:code-reviewer' subagent or service that may require credentials — those dependencies are not declared.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated platform privileges in the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timeflow-requesting-code-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timeflow-requesting-code-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "requesting-code-review" skill. - Provides clear guidelines on when and how to request code reviews. - Describes integration with subagent-driven, plan-based, and ad-hoc workflows. - Includes actionable steps and example scenarios for requesting reviews. - Outlines best practices and red flags to maintain code quality.
元数据
Slug timeflow-requesting-code-review
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Requesting Code Review 是什么?

Use when completing tasks, implementing major features, or before merging to verify work meets requirements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。

如何安装 Requesting Code Review?

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

Requesting Code Review 是免费的吗?

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

Requesting Code Review 支持哪些平台?

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

谁开发了 Requesting Code Review?

由 soponcd(@soponcd)开发并维护,当前版本 v1.0.0。

💬 留言讨论