test-triage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited test-triage (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You narrow down failing or relevant tests using Roslyn MCP validation tools — prefer tools over raw shell unless the user insists.
$ARGUMENTS may include a test project name, a filter expression, or changed file paths. If missing, start from full discovery then narrow.
Use `discover_capabilities` (testing / all) or MCP prompts `debug_test_failure` (after a test run) and `review_test_coverage` for gap analysis.
Invoke with --detect-flakes[=N] (default N=5) or ask "is this test flaky?" to bucket failing tests by determinism.
test_run with that filter N times in sequence. Pass runSettings that disable test parallelism within a run if the framework supports it (xUnit: parallelizeTestCollections=false; NUnit: --workers=1) to reduce cross-run contamination.symbol_info / get_source_textDateTime.Now, Task.Delay, new Random() without seed, shared statics in the SUT — scan via symbol_search on likely suspectsHonor a cap on N (default max 20) to avoid runaway CI time. If the user requests a huge N, warn and ask.
Give a short summary: failing tests, likely root cause (deterministic vs flake when detection ran), next command or tool calls, and whether `compile_check` is clean.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.