jgreathouse9

Agents Tests — Development agent for Claude Code

Development community

agents_tests.md.

How to install Agents Tests

Installs to ~/.claude/agents/jgreathouse9-mlsynth-agents_tests.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jgreathouse9/mlsynth/HEAD/agents/agents_tests.md -o ~/.claude/agents/jgreathouse9-mlsynth-agents_tests.md

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

What Agents Tests does

agents_tests.md

Testing Philosophy for `mlsynth`

The `mlsynth` testing framework is designed to validate:

  • econometric correctness
  • numerical stability
  • optimization feasibility
  • API contracts
  • orchestration behavior
  • exception semantics

Tests should validate *behavior and invariants*, not implementation details.

The guiding principle is:

`mlsynth` tests validate econometric behavior and public API guarantees rather than internal implementation details.


Vocabulary and F

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Atlas — You are a specialized E2E testing agent 3.6k ★
  • Eval Engineer — GAIA evaluation framework specialist 1.5k ★

Full documentation available on GitHub

View Source Repository