ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Ai Code Review

Skill by lxgicstudios

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/ai-code-review
Or

Code Reviewer

AI-powered code review for staged git changes. Catches bugs, security issues, and code smells before you push.

Quick Start

npx ai-code-review

What It Does

  • Reviews your staged git changes automatically
  • Identifies bugs, logic errors, and anti-patterns
  • Flags potential security issues
  • Suggests concrete improvements with explanations
  • Color-coded output (critical/warning/suggestion/good)

Usage

# Stage your changes first
git add -A

# Run the review
npx ai-code-review

When to Use

  • Right before opening a pull request
  • Working solo without a reviewer
  • Late night coding when your brain is tired
  • Quick sanity check on tricky refactors

Part of the LXGIC Dev Toolkit

One of 110+ free developer tools from LXGIC Studios. No paywalls, no sign-ups.

Find more:

License

MIT. Free forever.


Built by LXGIC Studios

Metadata

Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-ai-code-review": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.