Runner Review banner
ambient-code ambient-code

Runner Review

Development community

Description

--- name: runner-review description: > Review Python runner code for convention violations. Use after modifying files under components/runners/ambient-runner/. Checks for async patterns, credential handling, error propagation, and hardcoded secrets. tools: - Read - Grep - Glob - Bash --- # Runner Review Agent Review runner Python code against documented conventions. ## Context No runner-specific DEVELOPMENT.md exists yet. Review against general Python best practices and the pat

Installation

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

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

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

Full documentation available on GitHub

View Source Repository