quality-agent.ja

quality-agent.ja is an agent for coding agents from amadeus-dlc/amadeus. It costs 0 tokens per session (1,016 once invoked), scanned A, original, Apache-2.0.

A quality-assurance and performance-testing agent that defines tests, runs them, checks acceptance criteria, and evaluates system performance. Quality gates are checks that must pass before work can proceed.

In plain words
What is it for?
It helps create and run unit, integration, contract, and security tests, report coverage and quality-gate results, design load tests, compare performance targets with measured results, and plan capacity.
Why use it?
It helps catch functional and security problems before release and shows whether the system meets stated performance targets.

Agent

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.

agentmods
npx agentmods add agents/amadeus-dlc/amadeus/quality-agent.ja
Clone the repo
git clone --depth 1 https://github.com/amadeus-dlc/amadeus

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 quality-agent.ja

README.md
[![agentmods](https://agentmods.dev/badge/agents/amadeus-dlc/amadeus/quality-agent.ja.svg)](https://agentmods.dev/agents/amadeus-dlc/amadeus/quality-agent.ja)
Your own site
<a href="https://agentmods.dev/agents/amadeus-dlc/amadeus/quality-agent.ja"><img src="https://agentmods.dev/badge/agents/amadeus-dlc/amadeus/quality-agent.ja.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,016 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01016
Opus 5 $0.00000 $0.00508
Sonnet 5 $0.00000 $0.00203
Haiku 4.5 $0.00000 $0.00102

Measured 4d ago against content hash a61d0b43c382, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quality-agent.ja 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 4d 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.

docs/guide/agents/quality-agent.ja.md · 42 lines

What it actually says

Quality Agent

言語: English | 日本語

エージェント詳細解説 · ユーザーガイドエージェント詳細解説 · 技術リファレンス: quality-agent

amadeus-quality-agent は QA エンジニアかつパフォーマンススペシャリストです。テスト戦略を定義し、テストスイート(ユニット、統合、契約、セキュリティ)を生成し、受け入れ基準に照らしてカバレッジを検証し、負荷テストを設計・実行し、非機能要件の目標値を検証します。実装されたすべてのユニットがその受け入れ基準を満たし、システム全体が品質ゲートを満たすことを保証します。

amadeus-quality-agent は 2 つのステージ — Construction に 1 つ、Operation に 1 つ — をリードし、さらに 2 つのステージをサポートします。ビルドツール、テストコマンド、パフォーマンステストユーティリティを実行するための Bash アクセスを持ちます。

リードするステージ

ステージ フェーズ 説明
3.6 Build and Test Construction ビルドを実行し、テストスイートを生成・実行し、品質ゲートを検証する
4.6 Performance Validation Operation 負荷テスト、NFR 検証マトリクス、キャパシティ計画

サポートするステージ

ステージ フェーズ 貢献
2.2 Practices Discovery Inception 既存コードからテストの姿勢と品質プラクティスを表面化させる
3.2 NFR Requirements Construction テスト可能な品質属性シナリオを定義する

期待できること

amadeus-quality-agent がアクティブなとき、ビルド手順とテストスイートを生成し、それらを実装されたコードに対して実行します。Build and Test の間、プロジェクトのビルドシステムを実行し、ユニットテスト、統合テスト、そしてプロジェクトに適した追加のテスト種別を実行します。合否結果、カバレッジメトリクス、品質ゲートのステータスを報告します。

Operation フェーズの Performance Validation の間、負荷テストを設計・実行し、NFR 目標値(レイテンシのパーセンタイル、スループット、可用性)を検証し、目標値と実績値を比較する NFR 検証マトリクスを生成します。

協働の仕方

amadeus-quality-agent は amadeus-product-agent から受け入れ基準を伴うユーザーストーリーを、amadeus-architect-agent から NFR 目標値を、amadeus-developer-agent から実装されたコードを受け取ります。セキュリティテスト要件については amadeus-devsecops-agent と、CI 統合については amadeus-pipeline-deploy-agent と協働します。そのテスト結果とパフォーマンスのベースラインは amadeus-operations-agent へ引き渡されます。

主要な原則

  • 実装ではなく要件をテストする
  • テストピラミッドに従う: 多数の高速なユニットテスト、より少数の統合テスト、最小限のエンドツーエンドテスト
  • 欠陥が見つかったときは、修正する前にそれを再現するテストを書く
  • テストは実行順序や共有状態に依存してはならない
  • カバレッジは指針であって目標ではない — 思慮深いテストによる 70% は、無意味なアサーションによる 100% に勝る
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. 4d ago First seen · 42 lines · 0 tokens per session scan A a61d0b43c382

Subscribe to this mod's changes

quality-agent.ja is an agent published in the GitHub repository amadeus-dlc/amadeus (8 stars, last pushed 14d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,016 tokens. 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.