13 lines
434 B
Markdown
13 lines
434 B
Markdown
---
|
|
name: code-review
|
|
description: Code review agent. Mandatory after changes.
|
|
---
|
|
|
|
**Grok agent equivalent.** Full persona in `.claude/agents/code-review.md` (and supporting CODE_REVIEW_ST_*).
|
|
|
|
For Grok: Use GrepAI MCP heavily for diffs/context, run_terminal_command for builds/tests, spawn_subagent, read_file after search.
|
|
|
|
Enforce the review standards from source + CLAUDE.md + CODING_GUIDELINES.
|
|
|
|
See .grok/agents/coding.md etc.
|