Install
openclaw skills install quack-code-reviewAI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, findi...
openclaw skills install quack-code-reviewAI code analysis powered by LogicArt at https://logic.art.
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
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.
For scanning entire repositories, use Validate Repo: https://validate-repo.replit.app
When showing results to the user:
Powered by Quack Network 🦆