sundial-org

ai-code-review

Top OpenClaw skills, with the most popular and useful ones.

sundial-org 651 94 Updated 7mo ago
GitHub

Install

npx skillscat add sundial-org/awesome-openclaw-skills/ai-code-review

Install via the SkillsCat registry.

About this skill

This tool performs automated AI-powered code reviews on staged Git changes, detecting bugs, security vulnerabilities, and code quality issues before code is pushed. It addresses the lack of immediate feedback when working without human reviewers or during late-stage development. Developers should run it after staging changes and before opening pull requests, particularly when working solo or validating complex refactors.

SKILL.md

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