verify_ui
Renders a @Preview composable via Android CLI and cross-checks its semantics tree against Compose standards to validate UI compliance. Returns the render command and standards to validate against.
Instructions
Agentic workflow: renders a @Preview composable via Android CLI and cross-checks its semantics tree against ITGD Compose standards. Returns render command + standards to validate against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the Kotlin file containing the @Preview composable. | |
| composable_name | Yes | Name of the composable @Preview function to render. |