# AI Code Review

> Code Reviewer

- Skill: `ndesv21/ai-code-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ndesv21/ai-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ndesv21/ai-code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ndesv21 (https://skillmd.com/u/ndesv21)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ndesv21/ai-code-review

---


# Code Reviewer

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

## Quick Start

```bash
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

```bash
# 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:**
- GitHub: https://github.com/lxgic-studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com

## License

MIT. Free forever.

---

**Built by LXGIC Studios**

- GitHub: [github.com/lxgicstudios/ai-code-review](https://github.com/lxgicstudios/ai-code-review)
- Twitter: [@lxgicstudios](https://x.com/lxgicstudios)

