← 返回 Skills 市场
Review Frontend
作者
Kevin Anderson
· GitHub ↗
· v1.0.1
· MIT-0
123
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install review-frontend
功能描述
Comprehensive React/TypeScript frontend code review with optional parallel agents
安全使用建议
Before installing, check that your execution environment provides the local tools the skill uses (git, grep, head, and npm if you plan to run post-fix checks). Review the manifests of any beagle-react:* skills this skill will load — those secondary skills may request credentials or install steps not declared here. Because this skill can spawn subagents and load other skills, treat it as a coordinator: verify the transitive behavior of every skill it loads. If you have strict least-privilege requirements, demand that the author declare required binaries and explicitly list transitive environment/permission needs before use.
功能分析
Type: OpenClaw Skill
Name: review-frontend
Version: 1.0.1
The skill is a frontend code review coordinator that uses standard git and grep commands to identify changes and detect technologies (React, Zustand, Tailwind). It follows a structured workflow to load specialized sub-skills and provides clear guidelines for reporting issues. While it executes 'npm' scripts for verification, this is a standard practice for the stated purpose of validating code fixes and does not indicate malicious intent.
能力评估
Purpose & Capability
The skill claims to perform repo-focused React/TypeScript reviews, which fits its name. However the SKILL.md explicitly runs shell commands (git, grep, head) and suggests running npm scripts; the registry metadata lists no required binaries. This mismatch (declaring no required binaries while the runtime relies on git/grep/npm) is an incoherence that could lead to unexpected failures or hidden capabilities if the environment differs from the author’s assumptions.
Instruction Scope
Instructions are largely limited to scanning the repo diff, grepping for patterns, and running checks — all appropriate for a code-review skill. Two items to note: (1) the skill instructs loading an external 'review-verification-protocol' gate and many other beagle-react skills before making judgments; loading those skills delegates additional behavior to them and may expand scope unexpectedly, and (2) the skill supports spawning parallel subagents (via a Task tool) which may further load other skills. The SKILL.md does not list the transitive actions or requirements of those external skills, so the effective runtime behavior depends on external manifests.
Install Mechanism
This is instruction-only with no install spec or external downloads, which is the lowest install risk. Nothing is written to disk by an installer step in the registry metadata.
Credentials
The skill declares no required environment variables or credentials, which is appropriate for a local code review. However, because it loads other skills and can spawn subagents, those secondary skills may request environment variables/credentials transitively. Also it fails to declare required local tooling (git, grep, npm) in the manifest, which is a proportionality/accuracy problem rather than direct credential overreach, but still important to surface.
Persistence & Privilege
The skill does not request always:true or persistent presence and does not attempt to modify system/other-skill configs. One unusual flag: disable-model-invocation is set to true in the skill header — yet the runtime expects to call platform tools (Skill, Task) to load other skills and spawn agents. This is not necessarily malicious, but it's an uncommon configuration and may indicate misunderstanding of platform semantics or an assumption about available orchestration tools. Combine this with the transitive loading of other skills and you get a wider effective privilege surface.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install review-frontend - 安装完成后,直接呼叫该 Skill 的名称或使用
/review-frontend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified the requirement to load the review verification protocol skill before making any substantive judgment or assigning severity to findings.
- Added explicit PASS conditions and review "gates" for each stage of the review, specifying required artifacts or confirmations to proceed.
- Tightened the evidence requirement for Critical/Major findings: each must cite a real FILE:LINE and, where applicable, concrete proof beyond diff context.
- Prohibited advancing through steps or restating informal checks without satisfying all listed gates.
- No structural changes to review logic, but increased enforcement and clarity on process sequencing and evidentiary standards.
v1.0.0
- Initial release of review-frontend: a comprehensive React/TypeScript frontend code review skill.
- Supports detection of React Flow, Zustand, Tailwind v4, and test files for targeted reviews.
- Optionally spawns parallel agents with --parallel for specialized domain reviews.
- Applies beagle-react skill set, loading relevant skills per detected technologies.
- Enforces single-pass, comprehensive review with strict output and severity conventions.
- Provides clear guidelines for reporting, issue severity, and post-fix verification.
元数据
常见问题
Review Frontend 是什么?
Comprehensive React/TypeScript frontend code review with optional parallel agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Review Frontend?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install review-frontend」即可一键安装,无需额外配置。
Review Frontend 是免费的吗?
是的,Review Frontend 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Review Frontend 支持哪些平台?
Review Frontend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Review Frontend?
由 Kevin Anderson(@anderskev)开发并维护,当前版本 v1.0.1。
推荐 Skills