create-reviewer-agent

Create custom reviewer agents with model selection and validation.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill create-reviewer-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-reviewer-agent
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/reviewer/skills/create-reviewer-agent
Command: npx skills add https://github.com/tvishwanadha/skills --skill create-reviewer-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill enables automated creation of custom reviewer agents to streamline and standardize code-review workflows, reducing setup time and human error.

Core Features & Use Cases

  • Dynamic agent creation with model selection (opus, sonnet, haiku) and configurable tools
  • Templates and auto-writing agent definitions to .claude/agents
  • Guided workflow for validating and updating existing agents

Quick Start

Provide the agent name, choose a model (opus, sonnet, or haiku), and run the workflow to generate the new reviewer agent.

Frequently Asked Questions about create-reviewer-agent

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

FAQPage Schema
How do I create a custom reviewer agent for code review workflows?

You create a custom reviewer agent by providing an agent name, selecting a model like opus, sonnet, or haiku, and running a guided workflow that validates names and generates the agent definition.

Can I configure different reviewer agents for security checks versus fast code reviews?

Yes, you can configure tailored reviewer agents for different review contexts such as security reviews, fast checks, or deep-dive analyses by selecting models and configurable tools during creation.

How do I check for naming conflicts when generating new agents in .claude/agents?

The guided workflow automatically performs conflict checks against existing definitions in the .claude/agents directory to prevent duplication and overwrites during agent creation.

What is the best way to update an existing code reviewer agent?

The best way to update an existing reviewer agent is to use the guided workflow, which includes validation of agent names and conflict checks to safely modify and regenerate definitions.

Do I need to manually write agent definition files to automate code reviews?

No, the workflow auto-writes the generated agent definitions directly to the .claude/agents directory from a template, eliminating manual file setup and reducing human error.

Why should I use model selection when setting up code reviewer agents?

Model selection allows you to balance review speed and depth, choosing haiku for fast checks or opus for deep-dive analyses, ensuring the agent matches the specific review context.