LogicArt Code Review
/install logicart-review
Code Review
AI code analysis powered by LogicArt at https://logic.art.
Analyze Code
node {baseDir}/scripts/analyze.mjs --code "function add(a,b) { return a - b; }"
Or analyze a file:
node {baseDir}/scripts/analyze.mjs --file path/to/code.js
API
Endpoint: POST https://logic.art/api/agent/analyze
curl -s -X POST "https://logic.art/api/agent/analyze" \
-H "Content-Type: application/json" \
-d '{"code": "your code here", "language": "javascript"}'
Response typically includes: bugs, security issues, complexity score, suggestions, and logic flow.
Full Repository Scans
For scanning entire repositories, use Validate Repo: https://validate-repo.replit.app
Presenting Results
When showing results to the user:
- Lead with critical bugs/security issues
- Show complexity score
- List suggestions by priority
- Include logic flow if provided
Works Great With
- workflow-engine — Chain code reviews into CI/CD pipelines
- quack-coordinator — Hire specialist reviewer agents
Powered by Quack Network 🦆
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logicart-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/logicart-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LogicArt Code Review 是什么?
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, findi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 573 次。
如何安装 LogicArt Code Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logicart-review」即可一键安装,无需额外配置。
LogicArt Code Review 是免费的吗?
是的,LogicArt Code Review 完全免费(开源免费),可自由下载、安装和使用。
LogicArt Code Review 支持哪些平台?
LogicArt Code Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LogicArt Code Review?
由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。