Poor
0 critical
7 warnings
8 suggestions
94 passed
Domain scores
Anti-Slop
100
Accessibility
80
Enterprise
100
Issues
Warnings (7)
2.5-windows-pathline 247
Windows-style path with backslashes detected
Fix: Use forward slashes for cross-platform compatibility: scripts/helper.py
3.2-name-too-shortline 2
Name is too short to be descriptive
Fix: Use 2-4 hyphenated words describing the skill's purpose
19.3-generator-no-output-specline 7
Generator pattern detected but no output format specified
Fix: Document the output format (template, schema, or example output)
4.5-desc-no-triggersline 2
Description lacks triggering conditions
Fix: Add phrases like 'Use when...', 'Triggers on...', or 'Applies to...' to help Claude select this skill
1.2-desc-whenline 3
Description missing WHEN clause - recommended by agentskills spec
Fix: Consider adding 'Use when...' or 'Activate when...' to description
6.1-no-contrastline 1
No color contrast guidance found
Fix: Add WCAG contrast ratio requirements (4.5:1 for normal text)
6.2-no-alt-textline 1
No alt text guidance found
Fix: Add instructions for alternative text on images
Suggestions (8)
17.3-no-mode-awarenessline 7
Skill does not clarify standalone vs composed behavior
Fix: Clarify whether the skill works standalone, in pipelines, or both
17.4-no-interface-sectionline 7
Input and output contracts exist but lack a dedicated interface section
Fix: Add a ## Interface or ## I/O section to consolidate contract documentation
14.3-no-binary-verdictline 1
Skill has success criteria but no binary pass/fail language
Fix: Add explicit pass/fail indicators so evaluators reach the same verdict independently
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.1-no-confidence-signalline 1
No confidence signal found for orchestrator decision-making
Fix: Add confidence indicators (e.g., confidence: high/medium/low) so orchestrators can route or retry
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
4.3-output-formatline 1
Skill mentions output but doesn't specify format
Fix: Add an '## Output' section with format examples
12.6-unbounded-iterationline 301
Potential unbounded iteration 'One page per file': Claude may silently shortcut with many items
Fix: Combine patterns into a single query, or batch into groups of 10-20 items
OWASP Agentic (Cat 26)
Agent surface detected — performs consequential actions
2 warning
-
26.04-ASI04-unpinned-dep
warning
unpinned pip install "pytesseract" (no version pin)
line 229
Fix: pin the version, e.g. pip install pytesseract==X.Y.Z
-
26.11-ASI11-no-audit
warning
skill performs consequential actions with zero logging/audit language
Fix: document a logging/audit/provenance step (correlation id, structured log, handoff) for consequential actions
ASI-01: skippedASI-02: skippedASI-03: skippedASI-04: failASI-05: skippedASI-06: skippedASI-07: skippedASI-08: skippedASI-09: skippedASI-10: skippedASI-11: fail
Badges
skillcheck
✕ passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
✕ WCAG AAA
skillcheck
enterprise