← 返回 Skills 市场
mvogt99

Review Vague Fixes

作者 mvogt99 · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwindows ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install review-vague-fixes
功能描述
Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives.
使用说明 (SKILL.md)

review-vague-fixes

A review that says "this needs work" without saying what work is a cost on the author, not a contribution. The author has to either guess what the reviewer meant or push back and ask — both eat time and erode trust.

Symptoms

  • Comments like "refactor this", "improve error handling", "make this cleaner" with no example.
  • Blanket style gripes on a change that was explicitly about functionality.
  • "I don't like this" with no reason and no alternative.
  • Comments that could apply to any file in the codebase — no specificity to what's in front of the reviewer.

What to do

  • Every review comment should state what to change, where, and why. If you can't say why, you probably don't have a concrete objection.
  • When you want a refactor, give an example: paste the shape you'd prefer, or point at a similar pattern elsewhere in the codebase.
  • Distinguish blocking from nice-to-have. Mark must-fix clearly; leave nitpicks labeled as such.
  • Reference the exact line, symbol, or behavior. "In processOrder, the retry loop won't back off" beats "improve this function".
  • If you don't know the right fix, say so — "this concerns me because X; not sure what the right answer is" is honest and inviting, unlike a vague demand.
安全使用建议
This skill is low-risk and consistent with its description: it's just prose guidance for producing clearer code-review comments. You can install it without granting secrets or filesystem access. Keep in mind that if your agent is allowed to invoke skills autonomously, it may adopt stricter review behavior when using this guidance — test it on non-sensitive PRs first. If you want different tone or stricter/looser rules, edit the SKILL.md before enabling it.
功能分析
Type: OpenClaw Skill Name: review-vague-fixes Version: 1.0.0 The skill bundle consists of metadata and a documentation file (SKILL.md) providing best practices for constructive code reviews. It contains no executable code, network requests, or instructions that could be interpreted as malicious or suspicious.
能力评估
Purpose & Capability
The name and description match the SKILL.md guidance: it provides concrete advice for making review comments actionable. There are no unrelated requirements (no env vars, binaries, or installs).
Instruction Scope
SKILL.md contains only guidance for writing review comments and how to point to lines/behaviors; it does not instruct the agent to read sensitive files, exfiltrate data, call external endpoints, or access credentials. The scope stays within review-style recommendations.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install model and appropriate for the skill's purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the simple, non-integrative nature of the guidance.
Persistence & Privilege
always is false and model invocation is allowed (platform default). There is no request for permanent or elevated presence or to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install review-vague-fixes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /review-vague-fixes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of review-vague-fixes. - Describes how to recognize and avoid unactionable, vague code review comments. - Provides concrete guidelines for giving specific, actionable feedback. - Includes common examples of vague comments and suggestions for improvement. - Applicable across macOS, Linux, and Windows.
元数据
Slug review-vague-fixes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Review Vague Fixes 是什么?

Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Review Vague Fixes?

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

Review Vague Fixes 是免费的吗?

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

Review Vague Fixes 支持哪些平台?

Review Vague Fixes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 Review Vague Fixes?

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

💬 留言讨论