Good
0 critical
3 warnings
7 suggestions
100 passed
Domain scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues
Warnings (3)
5.1-no-style-sectionline 1
No writing style section found
Fix: Add a '## Writing Style' or '## Anti-Slop' section
19.5-pipeline-no-stagesline 7
Pipeline pattern detected but no stage documentation found
Fix: Document the pipeline stages, checkpoints, and data flow between stages
12.5-no-exit-criterialine 24
3 of 3 phases lack exit criteria; Claude may skip phases or run past completion
Fix: Add exit criteria to each phase: 'Exit when: [specific condition]'
Suggestions (7)
5.2-no-do-dontline 1
Missing DO/DON'T lists for style guidance
Fix: Add explicit DO and DON'T lists for writing patterns
17.2-no-output-contractline 7
No output contract found; unclear what the skill produces
Fix: Document what the skill produces (format, structure, side effects)
3.4-gerund-namingline 2
Skill name could use gerund form for clarity
Fix: Consider gerund-style names like 'processing-pdfs' or 'analyzing-logs' (per best practices)
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
13.5-nested-refline 14
Referenced file itself contains file references (nested depth > 1)
Fix: Best practices recommend keeping references one level deep from SKILL.md
7.6-limited-negative-casesline 1
Skill has minimal negative case coverage; consider adding: limitations/constraints, error handling, edge cases
Fix: Document failure modes, limitations, and edge cases for production-ready skills
Badges
skillcheck
✕ passed
skillcheck
✕ antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise