quality-gate Skill
Run before every commit or push: formatting, linting, tests, dependency audits, builds, and docs. Published by microsoft in webui.
What is quality-gate Skill?
Run before every commit or push: formatting, linting, tests, dependency audits, builds, and docs. Published by microsoft in webui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Design and media
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use quality-gate Skill
- Use it for testing.
- Use it for documentation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/webui
- Skill file: .github/skills/quality-gate/SKILL.md
What it does
Run before every commit or push: formatting, linting, tests, dependency audits, builds, and docs.
Skill instructions
Quality Gate Run this before every commit. Work is not done until it passes. Gate command bash 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: bash cargo test -p microsoft-webui-handler test one crate cargo xtask check then full gate before commit Docs gate If the change touches user-visible behavior, also run: bash cd docs && pnpm build This catches broken links, VitePress syntax errors, and missing pages. See the docs-sync skill for which docs files to update based on what changed. Code quality The gate catches formatting, lint, and test failures. For deeper code quality checks (correctness, performance, concurrency, API design, architecture), apply the code-review skill. Expectations - Fix reported issues rather than suppressing the
Explore related resources
Frequently asked questions
What is quality-gate?
quality-gate is a open-source AI agent skill with Copy skill directory. Run before every commit or push: formatting, linting, tests, dependency audits, builds, and docs.
Who is quality-gate best for?
quality-gate is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows, design and media workflows.
How do I install quality-gate?
Install or run quality-gate using Copy skill directory. Check quality-gate for the latest setup command.
Is quality-gate actively maintained?
quality-gate may need a closer maintenance check before production use.
Auto-fetched from GitHub.