CtrlK
BlogDocsLog inGet started
Tessl Logo

macos-swiftpm

Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.

66

Quality

78%

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

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/macos-swiftpm/SKILL.md

The canonical home for this skill is swiftpm-macos 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.

A tight, well-organized instruction skill with concrete commands and a clear workflow. It loses points where guidance becomes abstract (test filter syntax) and where build/test validation checkpoints are left implicit.

Suggestions

Show the actual filter flag, e.g. "`swift test --filter MyTestTarget` or `--filter MyTestClass/testCase`", instead of just saying to apply filters.

Add an explicit validation checkpoint between build and run, e.g. "Only `swift run` after `swift build` succeeds; if the build fails, classify the error from the Summarize-failures list before retrying."

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: it never explains what SwiftPM or a package is, and every section (Quick Start, Workflow, Guardrails, Output Expectations) earns its place.

3 / 3

Actionability

It names concrete executable commands ("swift build", "swift run <product>", "swift test") but leaves the filter guidance abstract ("Apply filters when a specific test target or case is known") without showing the actual flag syntax.

2 / 3

Workflow Clarity

The five-step sequence (Inspect → Build → Run → Test → Summarize) is clearly ordered, but there are no explicit validation checkpoints or fix-and-retry feedback loops (e.g., verify the build succeeded before running).

2 / 3

Progressive Disclosure

The skill is under 50 lines, needs no external references, and is organized into clear, well-signaled sections, satisfying the simple-skill allowance for progressive disclosure.

3 / 3

Total

10

/

12

Passed

Description

85%

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

A concise, well-targeted description that clearly states capabilities and trigger conditions with a distinct niche. The only weakness is trigger-term naturalness, relying on technical phrasing rather than the terms a user would most naturally say.

Suggestions

Add natural-language trigger terms users actually say, e.g. "Use when the user mentions a Swift package, Package.swift, or swift build/test, or when there is no Xcode project."

DimensionReasoningScore

Specificity

"Build, run, and test SwiftPM macOS packages and executables" lists three concrete actions against a clearly named domain, matching the multiple-specific-actions anchor.

3 / 3

Completeness

It explicitly states what ("Build, run, and test SwiftPM macOS packages and executables") and when ("Use when the repo is package-first or has no Xcode project") with an explicit Use-when clause.

3 / 3

Trigger Term Quality

The trigger "Use when the repo is package-first or has no Xcode project" has some relevant terms but leans technical ("package-first", "SwiftPM") and omits common natural phrasings users would say like "Swift package" or "Package.swift".

2 / 3

Distinctiveness Conflict Risk

The niche is narrow (SwiftPM macOS packages, package-first repos, no Xcode project) with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

11

/

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.