← Back to Skills Marketplace
Xie Code Review
by
michealxie001
· GitHub ↗
· v1.1.0
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xie-code-review
Description
Automated code review assistant. Analyzes code changes, PRs, and files for quality issues, best practices, security concerns, and style violations. Provides...
Usage Guidance
This skill appears to be a local static analysis/code-review tool and is coherent with its description. Before using it: (1) review the full analyzer.py (the provided snippet was truncated) to verify there are no network calls, subprocesses, or eval/exec of untrusted code; (2) when adding the pre-commit hook, point to the repository-relative script path (not an arbitrary absolute path) and consider running it in CI with limited permissions; (3) run the tool locally in a sandboxed environment initially (or inspect generated reports) to confirm behavior; (4) avoid running unknown third-party tools on systems holding sensitive credentials or secrets until you’ve audited them.
Capability Analysis
Type: OpenClaw Skill
Name: xie-code-review
Version: 1.1.0
The skill bundle is a legitimate automated code review tool designed to analyze Python, JavaScript, and C/C++ code for quality, style, and security issues. The core logic in `scripts/analyzer.py` uses AST parsing and regex-based heuristics to detect common vulnerabilities such as hardcoded secrets, SQL injection, and dangerous functions (e.g., `eval`, `strcpy`). The Git integration in `scripts/main.py` uses standard `subprocess` calls to identify changed files, and the `SKILL.md` instructions are strictly aligned with the tool's stated purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (automated code review) align with what is included: a Python analyzer and a CLI entrypoint that parse code (AST), run style/security/complexity checks, and integrate with git/CI. The optional local c-support import matches the SKILL.md claim of C/C++ support.
Instruction Scope
SKILL.md directs the agent/user to run the included scripts against files, staged changes, commits, or diffs and to write reports locally or to CI artifacts. The instructions reference only local paths, git commands, and output files; they do not direct data to external endpoints or request secrets. The pre-commit and CI examples are standard but require the user to ensure the referenced paths are correct.
Install Mechanism
No install spec is present (instruction-only with code files). The skill includes Python scripts that run from repository paths; nothing is downloaded or written to atypical system locations during install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not read environment secrets in the visible sections. The only external integration is git via subprocess, which is appropriate for a code-review tool.
Persistence & Privilege
Flags show always: false and normal agent invocation. The skill does not request permanent presence or modify other skills or system-wide agent settings. It only provides CLI tools that the user runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xie-code-review - After installation, invoke the skill by name or use
/xie-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added C/C++ support: code quality, style checks, unsafe functions, header guards
Metadata
Frequently Asked Questions
What is Xie Code Review?
Automated code review assistant. Analyzes code changes, PRs, and files for quality issues, best practices, security concerns, and style violations. Provides... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Xie Code Review?
Run "/install xie-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xie Code Review free?
Yes, Xie Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xie Code Review support?
Xie Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xie Code Review?
It is built and maintained by michealxie001 (@michealxie001); the current version is v1.1.0.
More Skills