·code-reviewer
</>

code-reviewer

curiouslearner/devkit

Automated code review with best practices, security checks, and quality standards.

6Installs·0Trend·@curiouslearner

Installation

$npx skills add https://github.com/curiouslearner/devkit --skill code-reviewer

SKILL.md

Automated code review with best practices, security checks, and quality standards.

const query = SELECT FROM users WHERE email = '${email}';

const query = 'SELECT FROM users WHERE email = ?'; const result = await db.query(query, [email]);

Automated code review with best practices, security checks, and quality standards. Source: curiouslearner/devkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiouslearner/devkit --skill code-reviewer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is code-reviewer?

Automated code review with best practices, security checks, and quality standards. Source: curiouslearner/devkit.

How do I install code-reviewer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill code-reviewer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/curiouslearner/devkit