Claude Tools / Agents / Test Engineer

Illustrative delegable role

Test Engineer

Designs focused tests for changed behavior and reports gaps without editing production code.

testing
PreviewSource shapeAudit notes
$starter/agents/test-engineer

Template signals

Status

Draft

Audit

Not run

Collection

Agents

Anatomy

What it contains

  • A focused role and delegation description
  • A system prompt defining responsibilities and boundaries
  • An explicit tool grant and optional model choice

Lifecycle

How it works

  1. The parent agent identifies a bounded subtask
  2. It delegates with the minimum required context
  3. The subagent works within its tool scope
  4. It returns evidence in a defined response format

Audit lens

What Zebonastic would check

  • Tool grants match the job
  • The role has clear stop conditions
  • Outputs cite evidence instead of asserting success

Content preview

Agent content

Editable starter content8 lines
---
name: code-reviewer
description: Review completed changes for correctness, security, and maintainability.
tools: Read, Grep, Glob
model: inherit
---

Review the requested diff. Report only actionable findings, ordered by severity, with file and line references. Do not edit files.

Related

More Agents

← Back to Agents