code-review

Dispatch a reviewer subagent to evaluate code changes for production readiness.

3|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/AdamCaviness/agentic-toolkit --skill code-review-adamcaviness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AdamCaviness/agentic-toolkit/tree/main/skills/code-review
Command: npx skills add https://github.com/AdamCaviness/agentic-toolkit --skill code-review-adamcaviness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initiation of formal code reviews to catch issues early and ensure changes meet requirements before merge, while keeping your session context intact for continued work.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent to evaluate changes for production readiness.
  • Provide precisely crafted context and a plan to guide the reviewer.
  • Categorize issues by severity and generate actionable feedback.

Quick Start

After finishing a task, dispatch the code-reviewer subagent with a description of what was implemented and the planned requirements.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for production readiness before merging?

Automating code reviews for production readiness involves dispatching a subagent to evaluate code changes against planned requirements. This skill triggers formal reviews after each task or major feature, categorizing issues by severity to generate actionable feedback while keeping your session context intact.

What is the best way to evaluate code changes against a development plan?

Evaluating code changes against a development plan requires providing precisely crafted context and requirements to guide a reviewer subagent. This approach ensures plan-aligned evaluation by dispatching an agent that assesses production readiness and returns structured, severity-based feedback.

How do I trigger a code review after finishing a development task?

To trigger a code review after finishing a task, dispatch the code-reviewer subagent with a description of what was implemented and the planned requirements. This initiates a formal review process to catch issues early before merging.

Can I run automated code reviews without losing my current session context?

You can run automated code reviews without losing current session context by dispatching a reviewer subagent. The subagent independently evaluates code changes for production readiness and returns structured feedback, allowing you to continue work seamlessly.

Does automated code review categorize issues by severity?

Automated code review categorizes issues by severity to generate actionable feedback. The dispatched reviewer evaluates code changes for production readiness and structures its response with focused context and severity-based issue categorization.

When do I need to dispatch a code-review subagent in a multi-task workflow?

You need to dispatch a code-review subagent in a multi-task workflow after completing each task or major feature rollout. This triggers formal reviews before merging to ensure changes meet production readiness requirements and catch issues early.