quality-gate

Installation
SKILL.md

Quality Gate

Run this before every commit. Work is not done until it passes.

Gate command

cargo xtask check

This runs, in order: license-headers -> fmt -> clippy -> deny -> test -> build.

Missing Rust tools (clippy, rustfmt, cargo-deny, wasm-pack, wasm32-unknown-unknown target) are auto-installed on first run.

Fast iteration

When iterating locally, use targeted crate checks for faster feedback:

Installs
1
Repository
microsoft/webui
GitHub Stars
92
First Seen
Sep 3, 2026
quality-gate — microsoft/webui