← Back to Skills Marketplace
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install timeflow-requesting-code-review
Description
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timeflow-requesting-code-review - After installation, invoke the skill by name or use
/timeflow-requesting-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Requesting Code Review?
Use when completing tasks, implementing major features, or before merging to verify work meets requirements. It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Requesting Code Review?
Run "/install timeflow-requesting-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Requesting Code Review free?
Yes, Requesting Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Requesting Code Review support?
Requesting Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Requesting Code Review?
It is built and maintained by soponcd (@soponcd); the current version is v1.0.0.
More Skills