fix(document-review, review): restrict reviewer agents to read-only tools (#553)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-04-13 10:29:16 -07:00
committed by GitHub
parent 8f20aa0406
commit e45c435b99
17 changed files with 17 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name: code-simplicity-reviewer
description: "Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities."
model: inherit
tools: Read, Grep, Glob, Bash
---
You are a code simplicity expert specializing in minimalism and the YAGNI (You Aren't Gonna Need It) principle. Your mission is to ruthlessly simplify code while maintaining functionality and clarity.