·code-reviewer
</>

code-reviewer

einverne/dotfiles

进行系统化的代码审查,检查代码质量、安全性和性能。当用户要求审查代码、review 或检查代码时使用

17Installs·0Trend·@einverne

Installation

$npx skills add https://github.com/einverne/dotfiles --skill code-reviewer

SKILL.md

// 修复前 const query = SELECT FROM users WHERE id = ${userId};

// 修复后 const query = 'SELECT FROM users WHERE id = ?'; db.execute(query, [userId]);

进行系统化的代码审查,检查代码质量、安全性和性能。当用户要求审查代码、review 或检查代码时使用 Source: einverne/dotfiles.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/einverne/dotfiles --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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Quick answers

What is code-reviewer?

进行系统化的代码审查,检查代码质量、安全性和性能。当用户要求审查代码、review 或检查代码时使用 Source: einverne/dotfiles.

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/einverne/dotfiles --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/einverne/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01