← Back to Skills Marketplace
huajianjiu000

Code Review Assistant

by huajianjiu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install code-review-assistant-2
Description
AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security issues, code quality problems, and provides actionable impr...
README (SKILL.md)

Code Review Assistant

Description

An AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security vulnerabilities, code quality issues, and provides actionable improvement suggestions. This skill helps maintain code quality standards and catch issues before they reach production.

When to Use

  • Reviewing pull requests for potential issues
  • Auditing code changes for security vulnerabilities
  • Ensuring code follows best practices and style guides
  • Identifying performance bottlenecks
  • Checking for test coverage gaps
  • Validating code complexity

Review Checklist

Security Issues

  • SQL injection vulnerabilities
  • XSS (Cross-Site Scripting) risks
  • Authentication/authorization flaws
  • Sensitive data exposure
  • Insecure dependencies

Code Quality

  • Code duplication
  • Function/class complexity
  • Naming conventions
  • Comment quality
  • Error handling
  • Resource management

Performance

  • N+1 query problems
  • Unnecessary re-renders
  • Memory leaks
  • Inefficient algorithms
  • Missing caching opportunities

Best Practices

  • Test coverage
  • Documentation completeness
  • API consistency
  • Error handling patterns
  • Type safety

How to Use

  1. When asked to review code, first gather context:

    • The programming language and framework
    • The files/functions changed
    • The purpose of the changes
  2. Analyze the code systematically using the checklist

  3. Provide structured feedback with severity levels

Output Format

## Code Review Summary

### Overview
[Brief description of what the PR does]

### Issues Found

#### Critical (🔴)
- [Issue with location and fix suggestion]

#### High (🟠)
- [Issue with location and fix suggestion]

#### Medium (🟡)
- [Issue with location and fix suggestion]

#### Low (🟢)
- [Minor suggestions]

### Positive Aspects
- [What was done well]

### Recommendations
- [Additional suggestions]
Usage Guidance
This skill appears coherent and low-risk: it only contains review instructions and requests no secrets or installs. Before using it, confirm what code/PR data you will share with the agent (avoid including secrets or private keys in diffs), prefer running it on non-sensitive or internal test repositories until you trust the skill, and consider using a vetted/internal code-review integration if handling highly confidential code. The SKILL.md is intentionally broad about what context to gather — be explicit about limits when invoking (e.g., only provide specific files or the PR diff) if you want to restrict data exposure.
Capability Analysis
Type: OpenClaw Skill Name: code-review-assistant-2 Version: 0.1.0 The skill bundle consists solely of documentation and instructions (SKILL.md) for a code review assistant. It provides a standard checklist for security, performance, and quality audits without any executable code, suspicious network calls, or malicious prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md are consistent: it is an instruction-only code review assistant that lists relevant security, quality, and performance checks. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions are high-level and confined to reviewing PRs (gather language/framework, files changed, purpose). That grants the agent discretion to request/consume PR diffs or file contents — expected for a review skill — but the guidance is broad rather than prescriptive about what exact data to request or how to handle sensitive content.
Install Mechanism
No install spec and no code files are present, so nothing is written to disk or fetched during install. This is the lowest-risk pattern for a skill of this type.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate request for secrets or unrelated service keys.
Persistence & Privilege
Skill uses default privileges (not always:true). Autonomous invocation is allowed by platform default but is not combined here with broad credential access or other elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install code-review-assistant-2
  3. After installation, invoke the skill by name or use /code-review-assistant-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial skill release. - Introduces an AI-powered code review assistant for analyzing pull requests. - Identifies potential bugs, security vulnerabilities, and code quality issues. - Provides a comprehensive review checklist covering security, quality, performance, and best practices. - Offers structured review output with severity levels, positive feedback, and recommendations. - Designed to help maintain code quality standards and catch issues before production.
Metadata
Slug code-review-assistant-2
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Code Review Assistant?

AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security issues, code quality problems, and provides actionable impr... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Code Review Assistant?

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

Is Code Review Assistant free?

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

Which platforms does Code Review Assistant support?

Code Review Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Code Review Assistant?

It is built and maintained by huajianjiu (@huajianjiu000); the current version is v0.1.0.

💬 Comments