smoke-tests
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- Standard Test Scripts: The skill uses
npm run smoketestand its variants, which are standard for the project to execute end-to-end tests. - CI Debugging Techniques: The recommendation to use a temporary loop in CI to identify flaky tests is a valid debugging approach. The documentation correctly advises users to remove these loops before merging to avoid unnecessary resource consumption.
- Official CLI Tool Usage: The skill references well-known tools like
gh(GitHub CLI) andaz(Azure CLI) for downloading build artifacts, which is consistent with standard development workflows at Microsoft. - Path and Argument Configuration: The use of flags like
--buildand-gfor Mocha filtering is expected for targeted testing. The example paths provided are generic and intended for user replacement.
Audit Metadata