CtrlK
BlogDocsLog inGet started
Tessl Logo

swiftpm-macos

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

76

Quality

93%

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

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A tight, actionable SwiftPM workflow with real commands and good organization. The main gap is implicit rather than explicit validation/retry feedback between build, run, and test steps.

Suggestions

Add an explicit feedback loop after `swift build`: on failure, diagnose via the failure-category list, apply a fix, and rebuild before proceeding to run or test.

Insert a clear gate before running/testing, e.g. "Only proceed to `swift run`/`swift test` once `swift build` succeeds," to make the sequence's checkpoints explicit.

Specify the exact test-filter syntax (e.g., `swift test --filter MyTestCase`) so the "Test narrowly" step is concrete rather than implied.

DimensionReasoningScore

Conciseness

The body is lean imperative guidance with no padding or explanation of concepts Claude already knows (e.g., what SwiftPM or a package is); every token earns its place.

3 / 3

Actionability

Core guidance uses concrete, copy-paste-ready commands ("swift build", "swift run <product>", "swift test") rather than vague descriptions.

3 / 3

Workflow Clarity

The five steps are clearly sequenced, but validation/retry checkpoints are only implicit — step 5 categorizes failure types without an explicit "diagnose, fix, and rebuild" feedback loop.

2 / 3

Progressive Disclosure

Under 50 lines with no need for external references, organized into clear sections (Quick Start, Workflow, Guardrails, Output Expectations), which the rubric rewards with a 3 for simple skills.

3 / 3

Total

11

/

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.

A concise, well-targeted description that names concrete actions and gives an explicit use-when trigger distinguishing it from Xcode workflows. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

"Build, run, and test SwiftPM macOS packages and executables" lists three concrete actions on named targets, matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

It explicitly states both what it does ("Build, run, and test...") and when to use it ("Use when the repo is package-first or has no Xcode project"), satisfying the explicit-trigger requirement.

3 / 3

Trigger Term Quality

Natural domain terms a Swift developer would say (SwiftPM, macOS packages, executables, Xcode project) are present; "package-first" is mildly technical but the overall coverage of natural terms is good.

3 / 3

Distinctiveness Conflict Risk

The SwiftPM-macOS niche plus the "no Xcode project" trigger clearly distinguishes it from Xcode-based skills, making wrong-skill activation unlikely.

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
openai/plugins
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.