Backend Review banner
ambient-code ambient-code

Backend Review

Development community

Description

--- name: backend-review description: > Review Go backend code for convention violations. Use after modifying files under components/backend/. Checks for panic usage, service account misuse, type assertion safety, error handling, token security, and file size. tools: - Read - Grep - Glob - Bash --- # Backend Review Agent Review backend Go code against documented conventions. ## Context Load these files before running checks: 1. `specs/standards/backend/conventions.spec.md` 2.

Installation

Installs to ~/.claude/agents/ambient-code-platform-backend-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ambient-code/platform/HEAD/.claude/agents/backend-review.md -o ~/.claude/agents/ambient-code-platform-backend-review.md

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

Full documentation available on GitHub

View Source Repository