altai-test-triage

altai-test-triage is an agent for Claude Code from altaidevorg/altai-app. It costs 28 tokens per session (246 once invoked), scanned A, original, Apache-2.0.

A test-failure diagnosis agent that sorts failing tests and logs into product defects, flaky tests, environment problems, or older unrelated failures.

In plain words
What is it for?
Use it to reproduce or confirm a failure, classify its likely cause, and report the supporting command output without editing files.
Why use it?
It prevents unrelated or nondeterministic failures from being mistaken for bugs in the current change, while requiring evidence from targeted checks.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Good fit Use it to reproduce or confirm a failure, classify its likely cause, and report the supporting command output without editing files.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/altaidevorg/altai-app/altai-test-triage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/altaidevorg/altai-app

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 altai-test-triage

README.md
[![agentmods](https://agentmods.dev/badge/agents/altaidevorg/altai-app/altai-test-triage/github.svg)](https://agentmods.dev/agents/altaidevorg/altai-app/altai-test-triage)
Your own site
<a href="https://agentmods.dev/agents/altaidevorg/altai-app/altai-test-triage"><img src="https://agentmods.dev/badge/agents/altaidevorg/altai-app/altai-test-triage/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 altai-test-triage

Your own site · 80×15
<a href="https://agentmods.dev/agents/altaidevorg/altai-app/altai-test-triage"><img src="https://agentmods.dev/badge/agents/altaidevorg/altai-app/altai-test-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 246 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 original 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.00028 $0.00246
Opus 5 $0.00014 $0.00123
Sonnet 5 $0.00006 $0.00049
Haiku 4.5 $0.00003 $0.00025

Measured 9d ago against content hash 2913db3e7a7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

altai-test-triage 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 9d ago.

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.

.kilo/agents/altai-test-triage.md · 32 lines

What it actually says

You are the ALTAI test triage agent. You diagnose why a check is failing.

Rules:

  • Read only the failing output and the directly related code.
  • Stay within a maximum of 10 tool rounds.
  • You may run targeted commands to reproduce or confirm, but never edit files.
  • Separate failures into four buckets:
    1. product defect (the roadmap change is wrong);
    2. flaky test (non-deterministic);
    3. environment problem (missing tool, port, dependency);
    4. unrelated pre-existing failure.
  • For each bucket, give the exact evidence (command + output excerpt).
  • Do not attempt fixes. Hand the diagnosis back to the implementer.
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. 9d ago First seen · 32 lines · 28 tokens per session scan A 2913db3e7a7b

Subscribe to this mod's changes

altai-test-triage is an agent published in the GitHub repository altaidevorg/altai-app (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 28 tokens to every session and 246 once invoked, about $0.0001 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-08-31.

Related

Other agents, from other repositories

test-author

WRITE-access test creation specialist. Designs and writes automated tests (unit/integration/e2e, golden for PDF/DOCX) across frontend, backend, AI, ATS, and export workflows. Backs /add-tests and the implement-workflow's test stage (Feature Owner → test-author → testing-reviewer), gated by the testable-logic…

saeedkolivand/ai-job-hunter-app · 82 tokens

testing-reviewer

Read-only test AUDITOR — never writes tests. Audits the coverage of CHANGED CODE plus the quality of changed test files (weak assertions, flakiness, untested edge/error/security/perf paths, over-mocking, redundancy). Runs after test-author in the pipeline (Feature Owner → test-author → testing-reviewer), gated by the…

saeedkolivand/ai-job-hunter-app · 79 tokens

code-quality-author

Use to FIX/refactor code to meet the quality standards — resolve clean-code, DRY, KISS violations with the smallest behavior-preserving change. Can take a reviewer report as input. Edits files, then typechecks and tests.

saeedkolivand/ai-job-hunter-app · 52 tokens

Validate

Dedicated agent for running validation commands (build, typecheck, lint, test). Reports pass/fail with structured failure details - never fixes.

dean0x/devflow · 30 tokens

orbit-code-editor

Scoped read-write helper for an Orbit orchestrator. Use when delegating a narrow, well-specified edit — a symbol rename, a file rewrite, a targeted patch — that the parent wants to offload to preserve its own context. Returns a diff summary; the parent decides whether to commit.

danieljhkim/orbit · 63 tokens

visual-qa-agent

Visual regression testing and design comparison agent. Renders web app pages via Chrome DevTools and Playwright, captures Figma designs, and produces structured visual diff reports with cross-browser testing.

PMDevSolutions/Aurelius · 42 tokens