ADK QA Tester

Verify Google Agent Development Kit agents through automated and replay-based testing.

2|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/VeerMuchandi/rapid-agent-development --skill adk-qa-tester-veermuchandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ADK QA Tester
Source: https://github.com/VeerMuchandi/rapid-agent-development/tree/main/skills/adk_qa_tester
Command: npx skills add https://github.com/VeerMuchandi/rapid-agent-development --skill adk-qa-tester-veermuchandi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a dedicated testing role for ADK agents, ensuring they function correctly, handle edge cases, and meet all requirements through rigorous verification.

Core Features & Use Cases

  • Test Before Trust: Verifies agent functionality through thorough testing, not assumptions.
  • Reproducibility First: Utilizes automated and replay-based testing for consistency.
  • Log Analysis: Expertly analyzes /tmp/agents_log/ for debugging and insights.
  • End-to-End Verification: Tests the entire stack for smooth state baton passing.

Quick Start

Execute a replay test using adk run my_agent --replay my_agent/replay.json to verify agent performance.

Frequently Asked Questions about ADK QA Tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Google ADK agents for correctness and robustness?

Testing Google ADK agents involves automated and replay-based testing methods to verify functionality and reproducibility. This approach focuses on rigorous log analysis and end-to-end verification to ensure robustness rather than relying on assumptions.

How do I run a replay test for an ADK agent?

Run a replay test for your ADK agent by executing `adk run my_agent --replay my_agent/replay.json`. This verifies agent performance against recorded inputs to ensure consistent and deterministic behavior.

How do I analyze ADK agent logs for debugging insights?

Analyze ADK agent logs by examining the `/tmp/agents_log/` directory. This log analysis provides debugging insights and helps identify issues during end-to-end verification of the entire agent stack.

What is the best way to ensure end-to-end verification for ADK agents?

The best way to ensure end-to-end verification for ADK agents is through comprehensive testing that checks the entire stack for smooth state baton passing. This includes deterministic testing methods and rigorous log analysis.

Can I use replay testing to verify ADK agent edge cases?

Yes, you can use replay testing to verify ADK agent edge cases by replaying recorded scenarios. This ensures agents handle edge cases correctly and meet requirements through consistent, reproducible verification.