# Adk Rust Workspace Quality Gate

> 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.

- Skill: `zavora-ai/adk-rust-workspace-quality-gate` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add zavora-ai/adk-rust-workspace-quality-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zavora-ai/adk-rust-workspace-quality-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zavora-ai (https://skillmd.com/u/zavora-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zavora-ai/adk-rust-workspace-quality-gate

---


# 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
1. Run `scripts/run_quality_gate.sh` from the repository root.
2. Inspect generated logs in `output/adk-quality/`.
3. Convert command output into a findings-first report.

## Reporting Rules
1. List findings first, highest severity to lowest.
2. Include exact file and line references for each finding.
3. Distinguish hard failures from ignored tests or external dependency skips.
4. If no findings exist, state that explicitly and list residual risk gaps.

## References
- Use `references/commands.md` for command matrix and severity rubric.

