brokle-ai

Brokle Code Reviewer — Development agent for Claude Code

Development community

Use this agent when code has been written or modified in the Brokle codebase and needs review for architectural compliance, pattern adherence, and quality standards.

How to install Brokle Code Reviewer

Installs to ~/.claude/agents/brokle-ai-brokle-brokle-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brokle-ai/brokle/HEAD/.claude/agents/brokle-code-reviewer.md -o ~/.claude/agents/brokle-ai-brokle-brokle-code-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Brokle Code Reviewer does


name: brokle-code-reviewer description: Use this agent when code has been written or modified in the Brokle codebase and needs review for architectural compliance, pattern adherence, and quality standards. Examples:\n\n\nContext: User has just implemented a new service in the observability domain.\nuser: "I've created a new TraceAggregationService that aggregates trace data from ClickHouse. Here's the implementation:"\n\nassistant: "Let me use the brokl

Alternatives in Development

  • Codebase Mental Model Documenter — Use this agent when you need to create or update technical documentation that helps developers understand the 1.2k ★
  • TypeScript Type Reviewer — Use this agent when you need a thorough review of TypeScript type definitions, type usage patterns, and type a 358 ★
  • General Code Quality Debugger — Use this agent proactively when you need systematic code review, debugging assistance, refactoring guidance, o 248 ★

Full documentation available on GitHub

View Source Repository