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.
Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging.
Quickly install code-review AI skill to your development environment via command line
Source: hjewkes/agent-skills.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hjewkes/agent-skills --skill code-reviewUnified 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.
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
https://github.com/hjewkes/agent-skills