Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Strategy: rapid coarse screening — two filtering rounds compress a large set of gaps into a fine-rankable candidate set
.claude/skills/yogsoth-ai-rapid-triage/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 437% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 166% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 294% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 89% | 0% |
Rapid coarse screening: when the number of gaps is very large (50+), first use binary filtering to quickly eliminate obviously unqualified gaps, then lightly score the survivors, compressing the candidate set down to a fine-rankable size.
Core principle: don't finely rank garbage. Eliminate first, then fine-rank.
Two filtering rounds:
Round 1: binary filtering (Keep / Drop) Ask three yes/no questions about each gap:
Any answer of "no" → Drop. Passing all three → advance to round 2.
Round 2: light scoring (1–3 points, two dimensions) Score surviving gaps on only two dimensions:
Score = importance × feasibility (max 9 points). Take top-K (K = target fine-ranking count) into the next stage.
Key insight: the three round-1 questions must be answered quickly (no more than 30 seconds per gap); no deep analysis allowed. Speed is the core value of this strategy.
| Tier | Input gap count | Round-1 retention rate | Round-2 output | Final output | |------|------------|------------|---------|---------| | S | 50–80 | ≤60% | top-15 | Candidate set + elimination-rationale summary | | M | 81–150 | ≤50% | top-20 | Candidate set + elimination-rationale summary | | L | 150+ | ≤40% | top-30 | Candidate set + elimination-rationale summary + category statistics |
gap-normalization SOP: normalize gap format, generate a one-sentence summary for each gapimportance-scoring SOP on the Keep set (1–3 coarse score)feasibility-scoring SOP on the Keep set (1–3 coarse score)scoring-matrix-construction tactic: build a light scoring matrixpriority-synthesis SOP: output the candidate set + elimination statisticsAfter each round, record:
<!-- BEGIN available-tables (generated) -->
Optional, no fixed order; the final leaf is always a sop.
| Tactic | When to use | | --- | --- | | hypothesis-formation-scoring-matrix-construction | Tactic: orchestrate multi-dimensional scoring SOPs to build a comprehensive assessment matrix for all gaps |
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | gap-normalization | SOP: Unify gaps from different sources into the standard GapRecord format | | priority-synthesis | SOP: synthesize all scoring data into a final gap priority list and attack-path suggestions |
<!-- END available-tables (generated) -->
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,316 | 38,531 | +189% | 1 | 1 | 0% | 1,310 | 7,036 | +437% | 0 | 0 | — |
case-02 | fail→pass | 40,333 | 30,064 | -25% | 1 | 1 | 0% | 1,957 | 5,202 | +166% | 0 | 0 | — |
case-03 | fail→pass | 33,860 | 22,112 | -35% | 1 | 1 | 0% | 5,240 | 5,422 | +3% | 0 | 0 | — |
case-04 | pass→fail | 35,457 | 42,820 | +21% | 1 | 1 | 0% | 8,234 | 9,168 | +11% | 0 | 0 | — |
case-05 | pass→pass | 26,226 | 35,815 | +37% | 1 | 1 | 0% | 3,753 | 7,332 | +95% | 0 | 0 | — |
case-06 | fail→pass | 10,035 | 21,756 | +117% | 1 | 1 | 0% | 833 | 3,286 | +294% | 0 | 0 | — |
case-07 | fail→pass | 34,558 | 8,445 | -76% | 1 | 1 | 0% | 1,029 | 1,942 | +89% | 0 | 0 | — |
case-08 | fail→pass | 17,524 | 7,140 | -59% | 1 | 1 | 0% | 1,989 | 2,233 | +12% | 0 | 0 | — |
case-09 | fail→pass | 33,351 | 8,000 | -76% | 1 | 1 | 0% | 1,312 | 1,427 | +9% | 0 | 0 | — |
case-10 | fail→fail | 24,448 | 8,763 | -64% | 1 | 1 | 0% | 1,458 | 1,550 | +6% | 0 | 0 | — |
case-11 | fail→pass | 37,809 | 9,319 | -75% | 1 | 1 | 0% | 1,557 | 1,501 | -4% | 0 | 0 | — |
case-12 | fail→pass | 16,118 | 7,920 | -51% | 1 | 1 | 0% | 2,005 | 1,461 | -27% | 0 | 0 | — |
case-13 | pass→pass | 16,581 | 10,569 | -36% | 1 | 1 | 0% | 1,941 | 1,455 | -25% | 0 | 0 | — |
case-14 | pass→pass | 16,527 | 7,820 | -53% | 1 | 1 | 0% | 1,575 | 1,283 | -19% | 0 | 0 | — |
case-15 | fail→pass | 24,473 | 9,007 | -63% | 1 | 1 | 0% | 939 | 1,343 | +43% | 0 | 0 | — |
case-16 | pass→pass | 17,436 | 3,062 | -82% | 1 | 1 | 0% | 1,682 | 1,501 | -11% | 0 | 0 | — |
case-17 | pass→pass | 21,705 | 4,400 | -80% | 1 | 1 | 0% | 2,462 | 1,709 | -31% | 0 | 0 | — |
case-18 | fail→pass | 10,444 | 2,907 | -72% | 1 | 1 | 0% | 1,113 | 1,287 | +16% | 0 | 0 | — |
case-19 | fail→pass | 16,306 | 4,675 | -71% | 1 | 1 | 0% | 2,217 | 1,697 | -23% | 0 | 0 | — |
case-20 | fail→pass | 8,425 | 3,890 | -54% | 1 | 1 | 0% | 1,108 | 1,297 | +17% | 0 | 0 | — |
case-21 | fail→pass | 17,280 | 5,576 | -68% | 1 | 1 | 0% | 2,269 | 1,438 | -37% | 0 | 0 | — |
case-22 | fail→pass | 12,142 | 10,829 | -11% | 1 | 1 | 0% | 1,914 | 2,237 | +17% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 17 counted toward the lift figure. The other 5 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +64 percentage points is the difference between those two pass rates over the 17 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.