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 🦆
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install logicart-review - After installation, invoke the skill by name or use
/logicart-review - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 573 downloads so far.
How do I install LogicArt Code Review?
Run "/install logicart-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LogicArt Code Review free?
Yes, LogicArt Code Review is completely free (open-source). You can download, install and use it at no cost.
Which platforms does LogicArt Code Review support?
LogicArt Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LogicArt Code Review?
It is built and maintained by JPaulGrayson (@jpaulgrayson); the current version is v1.0.0.