datris-platform-oss: Agent for Claude Code

.claude/agents/tester.md

tester is an agent for Claude Code from datris/datris-platform-oss. It costs 47 tokens per session (693 once invoked), scanned A, original, AGPL-3.0.

A testing agent with two modes: one writes failing tests from acceptance criteria before implementation, and the other rebuilds a Docker stack and runs manual checks after review. Acceptance criteria are the conditions a feature must meet; Docker packages an application and its services to run consistently.

In plain words
What is it for?
Use it for test-first work or end-to-end checks when a story has concrete acceptance criteria.
Why use it?
It turns clearly stated requirements into checks and helps verify the finished feature in a rebuilt environment.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is datris/datris-platform-oss's own configuration. It tells Claude Code how to work on datris-platform-oss itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything datris-platform-oss configures →

Reuse

Borrowing it

Nothing to install: this file belongs to datris/datris-platform-oss. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/datris/datris-platform-oss/main/.claude/agents/tester.md
Clone the repo
git clone --depth 1 https://github.com/datris/datris-platform-oss

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/datris/datris-platform-oss/tester/github.svg)](https://agentmods.dev/agents/datris/datris-platform-oss/tester)
Your own site
<a href="https://agentmods.dev/agents/datris/datris-platform-oss/tester"><img src="https://agentmods.dev/badge/agents/datris/datris-platform-oss/tester/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tester

Your own site · 80×15
<a href="https://agentmods.dev/agents/datris/datris-platform-oss/tester"><img src="https://agentmods.dev/badge/agents/datris/datris-platform-oss/tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 693 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00693
Opus 5 $0.00023 $0.00347
Sonnet 5 $0.00009 $0.00139
Haiku 4.5 $0.00005 $0.00069

Measured today against content hash 5f9d7fc74ed7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-16, from the pricing page.

Security

Grade A, and why

tester scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/tester.md · 60 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 60 lines · 47 tokens per session scan A 5f9d7fc74ed7

Subscribe to this mod's changes

tester is an agent published in the GitHub repository datris/datris-platform-oss (12 stars, last pushed today), licensed AGPL-3.0. It adds 47 tokens to every session and 693 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-16.

Related

Other agents, from other repositories

nw-acceptance-designer

Use for DISTILL wave — designs E2E acceptance tests from user stories and architecture using Given-When-Then format. EXPANDED scope (plan v3 §3.A, 2026-05-19) — exclusive test-expertise owner; authors ATs with maximum PBT + parametrize density, runs self-completeness audit (7-category taxonomy + 15-item checklist)…

nWave-ai/nWave · 138 tokens

qa-engineer

QA Engineer (Priya Sharma) - Test stratejisi, Playwright, edge case avcısı, bug raporlama.

vibeeval/vibecosystem · 30 tokens

golem-tester

Owns spec-driven verification and real-browser QA. Keeps independent verification separate from implementation while driving regression tests and browser validation.

monkey1wizard/Golem-Agents-Legion · 29 tokens

harness-implementer

Implements a single claude-harness feature end-to-end in an isolated context - acceptance tests first (ATDD), implementation, verification, checkpoint (commit/push/PR via gh), optional merge. Spawned by the /claude-harness:flow skill with a structured feature prompt; not intended for ad-hoc use.

panayiotism/claude-harness · 73 tokens

benchmark-manager

Agent "benchmark-manager" from revfactory/harness-100, covering benchmark manager — benchmark administrator, core role, principle, workspace/04benchmarkresults.md save as file and team as.

revfactory/harness-100 · 27 tokens

test-writer

Writes failing test scripts using Playwright CLI to verify expected behavior before implementation. Use after plan approval to establish the Red phase of TDD.

volomydyr/design-engineer-plugin · 32 tokens