Agent Claude Code
Review code changes for bugs (Tier 1) and alignment with OpenEnv principles (Tier 2). Use when reviewing PRs or before committing.
Agent Claude Code
Review code changes for bugs (Tier 1) and alignment with OpenEnv principles (Tier 2). Use when reviewing PRs or before committing.
Agent Claude Code
Validate that builds, Docker images, and dependencies work correctly. Use before merging or after dependency changes.
Agent Claude Code
Update documentation across the repo after API changes.
Agent Claude Code
Validate an OpenEnv environment works correctly end-to-end. Use after creating or modifying an environment.
Agent Claude Code
Makes tests pass. Focus only on implementation, no extras.
Agent Claude Code
Reads GitHub issues and extracts actionable requirements for TDD development. Use when starting work on an issue.
Agent Claude Code
Design new environments or features by analyzing existing patterns. Use when planning significant new work.
Agent Claude Code
Plan how to split work into stacked PRs.
Agent Claude Code
Expert test writer focused on high-signal, non-redundant tests.