test-agent
A test agent for validation.
$ npx -y skills add serpro69/claude-toolbox --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
A test agent for validation.
Agent definition
test-agent.mdname: test-agent description: | A test agent for validation. tools: - Read - Grep
Test Agent
Read checklists at `${CLAUDE_PLUGIN_ROOT}/profiles/go/review-code/`.
Instructions
Do the thing.
<div align="center" claude-toolbox is a collection of "tools" for all your agentic workflows — pre-configured MCP servers, skills, sub-agents, commands, hooks, statuslines with themes, and more - everything you need for AI-powered development workflows, used
Repo: serpro69/claude-toolbox
Other agents on claude-toolbox.
- override-agent
Agent with a model override in the manifest.
Open agent - example-reviewer
A fixture agent definition. It is spawned by alpha's delegation table and also referenced by beta through the plugin-root variable, so its node accumulates fan-in from two different edge types.
Open agent - code-reviewer
Independent code reviewer with no authorship attachment. Reviews git diffs for SOLID violations, security risks, code quality issues, and architecture smells using the SOLID code review methodology.
Open agent - design-reviewer
Independent design document reviewer with no authorship attachment. Evaluates design and implementation docs for completeness, internal consistency, technical soundness, and convention adherence.
Open agent - eval-grader
Independent skill-eval grader with no review authorship and no fixture access. Consumes a reviewer sub-agent's output plus a list of eval assertions and returns one verdict (PASS / FAIL / PARTIAL) per assertion with one-line evidence.
Open agent - profile-resolver
Resolves active profiles and their checklist-load decisions for a given diff, using the shared profile-detection procedure. Emits a structured resolution report: active profiles with per-file `triggered_by` signal, plus loaded vs. not-loaded checklists with Load-if reasoning.
Open agent

