install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/code-reviewer" ~/.claude/skills/sundial-org-awesome-openclaw-skills-code-reviewer && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/code-reviewer" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-code-reviewer && rm -rf "$T"
manifest:
skills/code-reviewer/SKILL.mdsource content
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:
- GitHub: https://github.com/lxgic-studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com
License
MIT. Free forever.