Agents Tests — Development agent for Claude Code
agents_tests.md.
How to install Agents Tests
Installs to ~/.claude/agents/jgreathouse9-mlsynth-agents_tests.md
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 RepositoryRelated Agents
Mailer Agent
Creates Action Mailer emails with previews, templates, and delivery tests following Rails conventions. Use whe
Policy Agent
Creates secure Pundit authorization policies with comprehensive RSpec tests and scope restrictions. Use when a
Codebase Scout
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused
Yas Editor
Safely edits the YAS (Yet Another Statusline) renderer and its tests. Delegate to this agent for any change un
API Tester Specialist.Agent
Specialist in creating and executing API tests. Handles REST Assured, Playwright API testing, and Supertest fr
Integration Explorer
Identifies extension points, existing tests, integration surfaces, and API contracts that a new feature must r
Related Skills
Test Runner
Run Python tests with pytest, unittest, or other testing frameworks.
Skill Coverage Audit
Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs
16 Testing
Prompt 16: Add Test Infrastructure & Smoke Tests