ADK Studio
Overview
Use this skill for end-to-end ADK Studio work: schema editing, codegen verification, graph runtime behavior, and release gating.
Workflow
- •Validate schema intent before editing node graphs.
- •Update schema/action-node logic in
adk-studiowith minimal deltas. - •Run Studio-focused tests first, then workspace quality gates.
- •Run code generation demo and inspect generated artifacts.
- •Summarize failures with exact file paths and test names.
Studio Debug Checklist
- •Verify node connectivity and router target validity.
- •Verify interrupt/resume behavior for graph runner paths.
- •Verify generated Rust compiles with expected feature flags.
- •Verify env var validation for tools/providers.
Output Expectations
- •Findings-first report with severity and impact.
- •Exact command log summary for tests/checks run.
- •Clear separation between Studio issues and workspace-wide issues.
References
- •Use
references/studio-workflow.mdfor command order and debugging patterns.