·code-review
</>

code-review

Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging.

10Installs·0Trend·@hjewkes

Installation

$npx skills add https://github.com/hjewkes/agent-skills --skill code-review

How to Install code-review

Quickly install code-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hjewkes/agent-skills --skill code-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hjewkes/agent-skills.

SKILL.md

View raw

Dispatch specialized review agents matched to the situation. Choose a mode or let context guide you.

Quick Review When: Ad-hoc checks, quick sanity check, low-noise feedback Dispatch: quick-reviewer agent (confidence scoring, reports only >= 80) Output: High-confidence issues grouped by severity (Critical 90-100, Important 80-89)

Deep Review When: After completing a feature, before merge, in subagent-driven-development loop Dispatch: deep-reviewer agent (full checklist with template placeholders) Placeholders: {WHATWASIMPLEMENTED}, {PLANORREQUIREMENTS}, {BASESHA}, {HEADSHA}, {DESCRIPTION} Output: Strengths, Issues (Critical/Important/Minor), Recommendations, Merge verdict

Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging. Source: hjewkes/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hjewkes/agent-skills --skill code-review
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from hjewkes/agent-skills

Quick answers

What is code-review?

Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging. Source: hjewkes/agent-skills.

How do I install code-review?

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

Where is the source repository?

https://github.com/hjewkes/agent-skills