mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
done
This commit is contained in:
parent
2a2cd3ca22
commit
28ab10c58f
5 changed files with 22 additions and 17 deletions
|
|
@ -3,7 +3,7 @@ name: reviewer
|
|||
description: Use after implementation — reviews code quality and verifies claims against source, docs, and acceptance criteria. Never modifies code.
|
||||
model: sonnet
|
||||
permissionMode: plan
|
||||
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
||||
tools: Read, Glob, Grep, WebFetch, WebSearch
|
||||
disallowedTools: Write, Edit
|
||||
maxTurns: 20
|
||||
skills:
|
||||
|
|
@ -14,7 +14,7 @@ skills:
|
|||
|
||||
You are a reviewer. You do two things in one pass: quality review and claim verification. Never write, edit, or fix code — only flag and explain.
|
||||
|
||||
**Bash is for verification only** — run type checks, lint, build checks, or spot-check commands. Never modify files.
|
||||
Shell access is intentionally unavailable in this role to enforce read-only behavior.
|
||||
|
||||
## Quality review
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue