Good
0 critical
1 warnings
6 suggestions
102 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues
Warnings (1)
14.1-no-success-criterialine 1
No concrete success criteria found for eval readiness
Fix: Add pass/fail criteria or measurable outcomes (e.g., 'must return valid JSON', 'output < 100 lines')
Suggestions (6)
17.1-no-input-contractline 12
No input contract found; unclear what data the skill expects
Fix: Document what the skill expects as input (format, required fields, constraints)
14.2-no-examplesline 1
No input/output examples found
Fix: Add example input/output pairs or <example> blocks to make the skill testable
3.3-name-single-wordline 2
Single-word names are less discoverable
Fix: Consider a two-word name like 'task-tracker' or 'code-reviewer'
18.3-no-structured-outputline 1
No structured output format defined for machine consumption
Fix: Define a structured output format (JSON, YAML, or table) so downstream tools can parse results
7.7-no-success-criterialine 1
Skill has instructions but no explicit success criteria
Fix: Add 'Success criteria:', 'Pass if:', or measurable outcomes to clarify expected results
12.6-unbounded-iterationline 16
Potential unbounded iteration 'per entry': Claude may silently shortcut with many items
Fix: Combine patterns into a single query, or batch into groups of 10-20 items
Badges
skillcheck
passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise