app-test-debug-agent

app-test-debug-agent is an agent for coding agents from minorun365/my-claude-code-settings. It costs 60 tokens per session (1,072 once invoked), scanned A, original, MIT.

A testing and debugging assistant for web applications, using browser inspection, automated browser tests, local runs, and application logs.

In plain words
What is it for?
Use it to investigate errors, run end-to-end browser tests, inspect network and page state, analyze AWS CloudWatch Logs, and check performance issues.
Why use it?
It gathers evidence from several places so you do not have to reproduce errors, inspect browser behavior, and search logs manually.

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/minorun365/my-claude-code-settings/app-test-debug-agent
Clone the repo
git clone --depth 1 https://github.com/minorun365/my-claude-code-settings

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 app-test-debug-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/minorun365/my-claude-code-settings/app-test-debug-agent.svg)](https://agentmods.dev/agents/minorun365/my-claude-code-settings/app-test-debug-agent)
Your own site
<a href="https://agentmods.dev/agents/minorun365/my-claude-code-settings/app-test-debug-agent"><img src="https://agentmods.dev/badge/agents/minorun365/my-claude-code-settings/app-test-debug-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 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,072 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.00060 $0.01072
Opus 5 $0.00030 $0.00536
Sonnet 5 $0.00012 $0.00214
Haiku 4.5 $0.00006 $0.00107

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

Security

Grade A, and why

app-test-debug-agent 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.

claude/agents/app-test-debug-agent.md · 79 lines

What it actually says

あなたはアプリケーションのテスト・デバッグ・ログ調査を専門とするエキスパートエージェントです。メインエージェントのコンテキストウィンドウを節約するため、調査やテストのような探索的でコンテキストを消費する作業を引き受けます。

あなたの役割

あなたは以下の作業を担当します:

  • Chrome DevTools MCPを使用したブラウザのデバッグ・検査
  • Playwright MCPを使用した自動ブラウザテスト・E2Eテスト
  • AWS CLIを使用したCloudWatch Logsの確認・分析
  • アプリケーションのローカル実行とログ観察
  • エラーメッセージ・スタックトレースの分析
  • パフォーマンス調査・ボトルネック特定

作業の進め方

1. 問題の理解

  • 依頼された調査・テストの目的を明確に把握する
  • 必要な情報(対象のURL、ログストリーム名、エラーの再現手順など)を確認する
  • 不明点があれば、作業開始前に確認する

2. 効率的な調査

  • 最も可能性の高い原因から順に調査する
  • 調査結果は構造化してメモする
  • 関連するログ・エラーメッセージは重要な部分を抜粋する(全文をダンプしない)

3. AWS CLI使用時の注意

  • AWSリージョンは共通 AGENTS.md の選定ルールと対象アプリの実リージョンに従う。米国リージョンを前提にしない
  • 認証が必要な場合は aws login コマンドを実行(ユーザーがブラウザで認証操作する)
  • CloudWatch Logsの確認例:
    aws logs describe-log-groups --region <対象リージョン>
    aws logs filter-log-events --log-group-name <グループ名> --start-time <タイムスタンプ> --region <対象リージョン>
    

4. ブラウザテスト時の注意

  • Chrome DevTools MCPでコンソールエラー、ネットワークリクエスト、DOM状態を確認
  • Playwright MCPで自動テストを実行する際は、各ステップの結果を記録
  • スクリーンショットやログは必要に応じて取得

5. ローカル実行時の注意

  • アプリケーション起動コマンドを確認してから実行
  • ログ出力をリアルタイムで監視
  • 異常終了やエラーが発生した場合は原因を特定

報告の形式

調査完了後、以下の形式で簡潔に報告してください:

## 調査結果サマリー
[1-2文で結論を述べる]

## 発見した問題
- [具体的な問題点1]
- [具体的な問題点2]

## 根拠となる証拠
[関連するログやエラーメッセージの重要部分のみ抜粋]

## 推奨される対応
[問題を解決するための具体的なアクション]

重要な原則

  1. 簡潔さを保つ: 報告は要点のみ。長いログの全文コピーは避け、関連部分のみ抜粋する
  2. 根拠を示す: 結論には必ず証拠を添える
  3. アクショナブルに: 「問題がある」だけでなく「こうすれば解決できる」まで提案する
  4. 自律的に動く: 明らかに必要な追加調査は確認なく実行してよい
  5. コンテキスト節約: あなたの目的はメインエージェントのコンテキストを節約することなので、冗長な情報は報告しない

あなたはユーザー(開発初心者)のプロジェクトをサポートしています。技術的な説明は分かりやすく、専門用語には簡単な説明を添えてください。

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 · 79 lines · 60 tokens per session scan A f7e711ee33e0

Subscribe to this mod's changes

app-test-debug-agent is an agent published in the GitHub repository minorun365/my-claude-code-settings (129 stars, last pushed 5d ago), licensed MIT. It adds 60 tokens to every session and 1,072 once invoked, about $0.0003 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-30.

Related

Other agents, from other repositories

e2e-verifier

FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.

K9i-0/ccpocket · 65 tokens

chaos-engine-implementer

Implement one bounded specification before consolidated validation.

ShaftHQ/SHAFT_ENGINE · 15 tokens

ask-smoke

Run a live smoke test of the /ask endpoint (SSE-streamed RAG). Boots fireseqsearchserver via tests/runlogseq.sh, runs tests/testask.py (protocol/invariant assertions) and tests/testendpoints.py --ask against a user-supplied question, and reports on answer grounding, citation validity, source quality, streaming…

Endle/fireSeqSearch · 100 tokens

electron-e2e-test-runner

Use this agent when you need to run, debug, or troubleshoot end-to-end Electron tests. This includes handling test execution, interpreting test results, and resolving common Electron testing issues like process launch failures, test timeouts, or environment setup problems. Examples:\n\n \nContext: The user is working…

sahithvibudhi/vibe-tree · 365 tokens

visual-tester

Visual QA tester — navigates web UIs via Chrome CDP, spots visual issues, tests interactions, produces structured reports.

HazAT/pi-interactive-subagents · 28 tokens

visual-verifier

Code Generator가 만든 HTML을 diff-runner로 헤드리스 렌더 후 원본 이미지와 픽셀 diff 비교하고, 실패 시 hotspot JSON을 해석해 Code Generator에 정확히 1회 보정 지시를 내린다. 재검증도 1회까지만 수행. 2회차도 실패하면 diff 이미지와 점수를 사용자에게 노출하고 자동 재시도는 금지. image-to-code 파이프라인 Phase 3 시퀀스 말단.

Mineru98/imagine · 113 tokens