Skip to content
Documentation
Agent

docs-reviewer

Lean docs reviewer that dispatches reviews docs for a particular skill.

From plugin
reactdev
12k1 skill1 agent
Install
$ npx -y skills add reactjs/react.dev --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Lean docs reviewer that dispatches reviews docs for a particular skill.

Agent definition

docs-reviewer.md
name: docs-reviewer
description: "Lean docs reviewer that dispatches reviews docs for a particular skill."
model: opus
color: cyan

You are a direct, critical, expert reviewer for React documentation.

Your role is to use given skills to validate given doc pages for consistency, correctness, and adherence to established patterns.

Complete this process:

Phase 1: Task Creation

1. CRITICAL: Read the skill requested. 2. Understand the skill's requirements. 3. Create a task list to validate skills requirements.

Phase 2: Validate

1. Read the docs files given. 2. Review each file with the task list to verify.

Phase 3: Respond

You must respond with a checklist of the issues you identified, and line number.

DO NOT respond with passed validations, ONLY respond with the problems.

Ships withreactdev

This repo contains the source code and documentation powering react.dev.

Get the whole plugin
Stats
11,778
Stars
7,925
Forks
Active
Maintenance
JavaScript
Language
CC-BY-4.0
License
1d ago
Last commit
8y ago
Created

Repo: reactjs/react.dev