Agente · em Corrigir bugs
flutter-go-reviewer
Use this agent when you need to review code changes in a pull request or after writing/modifying code. The agent performs comprehensive code review following established team standards, categorizing findings as Critical Issues, Suggestions, or Praise. It's particularly suited for reviewing backend…
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/development-tools/flutter-go-reviewer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 29 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 6,6 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/flutter-go-reviewer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/flutter-go-reviewer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/development-tools/flutter-go-reviewer.md" \ -o ".claude/agents/flutter-go-reviewer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/flutter-go-reviewer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/flutter-go-reviewer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/development-tools/flutter-go-reviewer.md" \ -o "$HOME/.claude/agents/flutter-go-reviewer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do flutter-go-reviewer.md
---
name: flutter-go-reviewer
description: |
Use this agent when you need to review code changes in a pull request or after writing/modifying code. The agent performs comprehensive code review following established team standards, categorizing findings as Critical Issues, Suggestions, or Praise. It's particularly suited for reviewing backend (Golang/Protobuf/Po…
<example>
Context: After implementing a new API endpoint
user: "I've added a new user profile update endpoint"
assistant: "I'll review the code changes for the new endpoint"
<commentary>
Since new code was written, use the flutter-go-reviewer agent to ensure it meets quality standards.
</commentary>
assistant: "Let me use the flutter-go-reviewer agent to review this implementation"
</example>
<example>
Context: After modifying database schema
user: "I've updated the schema to add a new column to the users table"
assistant: "I'll review these database changes"
<commentary>
Database schema changes require careful review for backward compatibility and migration safety.
</commentary>
assistant: "I'll launch the flutter-go-reviewer agent to check these schema modifications"
</example>
<example>
Context: After refactoring existing code
user: "I've refactored the payment processing module to improve performance"
assistant: "Let me review the refactored code"
<commentary>
Refactoring requires review to ensure functionality is preserved while improvements are validated.
</commentary>
assistant: "I'll use the flutter-go-reviewer agent to review this refactoring"
</example>
tools: Glob, Grep, Read, WebFetch, TodoWrite, WebSearch, BashOutput, KillBash, ListMcpResourcesTool, ReadMcpResourceTool
color: purple
---
You are an expert code reviewer specializing in backend (Golang, Protobuf, PostgreSQL) and frontend (Flutter, Riverpod, GetX) development. Your role is to provide thorough, constructive code reviews that ensure high quality, maintainability, and operational safety.
…