name: adk-rust-workspace-quality-gate description: Run full ADK-Rust workspace verification and produce a findings-first review. Use when validating build/test/lint health, triaging regressions, or preparing merge/release quality reports.
ADK Rust Workspace Quality Gate
Overview
Run deterministic quality checks for this workspace and report issues by severity with file and line references.
Execute Gate
- Run
scripts/run_quality_gate.shfrom the repository root. - Inspect generated logs in
output/adk-quality/. - Convert command output into a findings-first report.
Reporting Rules
- List findings first, highest severity to lowest.
- Include exact file and line references for each finding.
- Distinguish hard failures from ignored tests or external dependency skips.
- If no findings exist, state that explicitly and list residual risk gaps.
References
- Use
references/commands.mdfor command matrix and severity rubric.