← Back to Skills Marketplace
72
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vuihoc-nodejs-review-code
Description
Review Node.js code for clear structure, error handling, security, performance, best practices, and proper testing coverage.
README (SKILL.md)
- Code Structure & Readability\r Variable, function, and class names are clear and follow camelCase convention.\r Functions are short and do one thing only.\r Clear separation between controller, service, and model layers.\r No unused code or outdated comments.\r
- Error Handling\r Proper error handling with try/catch for async/await.\r No uncaught errors or unhandled promises.\r Clear error messages are returned to the client.\r
- Security\r No sensitive information (passwords, keys, tokens) exposed in code.\r All client input is validated.\r Security middleware such as helmet and cors are used.\r
- Performance\r No heavy tasks blocking the event loop.\r Caching is used where appropriate.\r Database queries are optimized and indexed if necessary.\r
- Best Practices\r Environment variables are managed with dotenv.\r Complex code blocks are well-commented.\r Configurations, constants, and helpers are separated into their own files.\r
- Testing\r Important logic functions have unit tests.\r Edge cases are tested.
Usage Guidance
This skill appears safe to install as a code-review checklist. As with any review assistant, avoid sharing secrets or proprietary code unless you trust the environment where the review is performed.
Capability Analysis
Type: OpenClaw Skill
Name: vuihoc-nodejs-review-code
Version: 1.0.1
The skill bundle contains standard, non-executable guidelines for performing Node.js code reviews, covering topics like code structure, error handling, security best practices, and performance. There are no malicious commands, scripts, or prompt injection attempts in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The content matches the stated purpose of reviewing Node.js code for structure, errors, security, performance, best practices, and tests.
Instruction Scope
The instructions are limited to review criteria and do not direct the agent to execute code, modify files, call external services, or override user intent.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only.
Credentials
No binaries, environment variables, credentials, or configuration paths are required.
Persistence & Privilege
The artifacts show no persistence, background behavior, privilege escalation, or access to local authentication/session data.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vuihoc-nodejs-review-code - After installation, invoke the skill by name or use
/vuihoc-nodejs-review-code - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved English localization for all documentation in SKILL.md.
- No structural or functional changes to the codebase.
v1.0.0
Initial release of vuihoc-nodejs-review-code.
- Thiết lập các tiêu chuẩn review code Node.js về cấu trúc, đặt tên, phân tách controller/service/model.
- Yêu cầu xử lý lỗi đầy đủ, trả thông báo lỗi rõ ràng.
- Nhấn mạnh kiểm tra bảo mật, validate dữ liệu và sử dụng middleware bảo mật.
- Đề xuất tối ưu hiệu năng, tránh block event loop và sử dụng cache hoặc index khi cần.
- Hướng dẫn sử dụng dotenv, tách biệt cấu hình, viết comment cho code phức tạp.
- Yêu cầu có unit test và kiểm thử edge case cho các hàm quan trọng.
Metadata
Frequently Asked Questions
What is vuihoc-nodejs-review-code?
Review Node.js code for clear structure, error handling, security, performance, best practices, and proper testing coverage. It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install vuihoc-nodejs-review-code?
Run "/install vuihoc-nodejs-review-code" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vuihoc-nodejs-review-code free?
Yes, vuihoc-nodejs-review-code is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does vuihoc-nodejs-review-code support?
vuihoc-nodejs-review-code is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vuihoc-nodejs-review-code?
It is built and maintained by locbkav97 (@locbkav97); the current version is v1.0.1.
More Skills