CtrlK
BlogDocsLog inGet started
Tessl Logo

macos-test-triage

Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions.

70

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is test-triage in openai/plugins

SKILL.md
Quality
Evals
Security

Quality

Content

72%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a compact, well-organized triage playbook that assumes Claude's competence and avoids padding, but it stays directional rather than executable and lacks explicit verification checkpoints for rerun decisions. Tightening command examples and adding a confirm-reproduction step would lift the two mid-level dimensions.

Suggestions

Add copy-paste-ready command examples with common flags, e.g. `xcodebuild test -scheme X -only-testing:Target/Class/testCase` and `swift test --filter TestCase.testCase`, so the rerun guidance is executable rather than directional.

Insert an explicit verification checkpoint before classification, such as 'Rerun the smallest failing scope once to confirm it reproduces before assigning a category; if it passes, mark as flake.'

Show how to narrow scope concretely, e.g. extracting the failing test identifier from the first run output and passing it as a filter on the focused rerun.

DimensionReasoningScore

Conciseness

The body is lean and directive with no concept-explaining padding (it never explains what Xcode or a test harness is); every line instructs rather than describes, matching the lean-and-efficient anchor and not the mostly-efficient-but-could-tighten level below.

3 / 3

Actionability

It names the two commands ('xcodebuild test', 'swift test') and gives concrete classification categories, but provides no executable invocations with flags or filters and no copy-paste-ready snippets, so it gives some concrete yet incomplete guidance rather than fully executable commands.

2 / 3

Workflow Clarity

The five-step sequence (detect, narrow, classify, rerun, summarize) is clearly ordered, but rerunning tests is a batch operation with no explicit validation checkpoint (e.g., confirm reproduction before classifying, re-run to confirm a flake), which caps this at the steps-listed-but-validation-gaps anchor.

2 / 3

Progressive Disclosure

At under 50 lines with a single focused task and no need for external references, the well-organized Quick Start / Workflow / Guardrails / Output Expectations sections meet the simple-skill allowance for top marks without any bundle files.

3 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, third-person, and free of fluff, clearly stating both the capability and explicit use-when triggers with natural terminology. It cleanly satisfies all four dimensions at the top anchor.

DimensionReasoningScore

Specificity

Lists multiple concrete triage actions ('narrowing failures, explaining assertions or crashes, or separating setup from regressions') tied to a named domain (macOS tests across Xcode and SwiftPM), matching the multiple-specific-actions anchor rather than the domain-plus-some-actions level below.

3 / 3

Completeness

Explicitly answers both what ('Triage macOS tests across Xcode and SwiftPM') and when ('Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions') with an explicit 'Use when' trigger clause.

3 / 3

Trigger Term Quality

Uses natural developer phrasing ('narrowing failures', 'explaining assertions or crashes', 'separating setup from regressions', 'Xcode', 'SwiftPM') that a user would plausibly say, giving good coverage rather than just a few relevant keywords.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (macOS test triage across two specific harnesses) with distinct triggers, making it unlikely to fire for unrelated skills; not the somewhat-generic level below.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
robinebers/openusage
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.