← Back to Skills Marketplace
mvogt99

Review Vague Fixes

by mvogt99 · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwindows ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install review-vague-fixes
Description
Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install review-vague-fixes
  3. After installation, invoke the skill by name or use /review-vague-fixes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug review-vague-fixes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Review Vague Fixes?

Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives. It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install Review Vague Fixes?

Run "/install review-vague-fixes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Review Vague Fixes free?

Yes, Review Vague Fixes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Review Vague Fixes support?

Review Vague Fixes is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, windows).

Who created Review Vague Fixes?

It is built and maintained by mvogt99 (@mvogt99); the current version is v1.0.0.

💬 Comments