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 lean, well-organized catalogue/pointer entry that defers the real workflow to an upstream repository. Conciseness and structure are strong, but actionability and workflow clarity suffer because no substantive, executable SwiftUI design guidance is actually present in the file.
Suggestions
Inline at least a minimal actionable quick-start (e.g., a short SwiftUI anti-slop checklist or a sample view snippet) so the skill is usable without leaving the file.
Make the install workflow concrete with exact paths/commands (e.g., the target skills directory and a copy/clone command) rather than directing the reader to inspect the upstream README.
Add an explicit validation step (e.g., 'After install, confirm the skill appears via <command>') so the multi-step install→invoke flow has a checkpoint.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and unpadded, assuming Claude's competence without explaining concepts it already knows; the only minor redundancy is the verbatim repeat of the description under 'What it does', but overall every token earns its place. | 3 / 3 |
Actionability | It offers one concrete command (`open https://github.com/wholiver/swiftui-design-skill`) and a clear invocation instruction, but the actual SwiftUI design guidance is entirely deferred to the upstream repo, so the executable guidance is incomplete for the skill's stated purpose. | 2 / 3 |
Workflow Clarity | A loose sequence is implied (install the upstream bundle, then invoke by name or trigger phrase), but there are no explicit steps, exact install paths, or validation checkpoints, so the workflow is present but informal. | 2 / 3 |
Progressive Disclosure | At under 50 lines with no local bundle files, the content is cleanly organized into well-signaled sections (What it does, Source, How to use) and points to one clearly labeled external upstream reference, satisfying the simple-skill allowance for a top score. | 3 / 3 |
Total | 10 / 12 Passed |