Poor
0 critical
10 warnings
12 suggestions
88 passed
Domain scores
Anti-Slop
80
Accessibility
80
Enterprise
100
Issues
Warnings (10)
5.1-no-style-sectionline 1
No writing style section found
Fix: Add a '## Writing Style' or '## Anti-Slop' section
16.1-no-stop-conditionline 7
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
15.1-no-budget-capline 7
Multi-agent skill has no budget or turn cap; runaway costs are possible
Fix: Add max_turns, cost_limit, or similar budget constraint for subagents
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)
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
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-whatline 3
Description missing WHAT clause (action verb) - recommended by agentskills spec
Fix: Consider starting with what the skill does, e.g., 'Creates...', 'Generates...', 'Validates...'
1.2-desc-whenline 3
Description missing WHEN clause - recommended by agentskills spec
Fix: Consider adding 'Use when...' or 'Activate when...' to description
6.2-no-alt-textline 1
No alt text guidance found
Fix: Add instructions for alternative text on images
12.3-workflow-vague-stepline 199
Step is too brief to be actionable: "Fix issues"
Fix: Add specific details: what, where, and how
Suggestions (12)
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
16.4-no-idempotencyline 7
Skill does not document whether it is safe to re-run
Fix: Add idempotency guidance: state whether running the skill twice produces the same result or causes side effects
17.1-no-input-contractline 7
No input contract found; unclear what data the skill expects
Fix: Document what the skill expects as input (format, required fields, constraints)
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)
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
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.2-no-progress-signalline 1
Complex skill lacks progress reporting checkpoints
Fix: Add progress signals (e.g., 'Step 2 of 5: validating input') for long-running workflows
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
15.3-no-human-checkpointline 7
Multi-agent skill has no human-in-the-loop checkpoint
Fix: Add pause points for human review before high-stakes operations
9.5-desc-tokensline 3
Description is 141 tokens; aim for under 100
Fix: Make description more concise
6.4-generic-fontline 100
Generic font specified
Fix: Consider brand-specific or more distinctive typography
OWASP Agentic (Cat 26)
Agent surface detected — orchestrates subagents; performs consequential actions
2 warning
1 suggestion
-
26.04-ASI04-unpinned-dep
warning
unpinned pip install "Pillow" (no version pin)
line 223
Fix: pin the version, e.g. pip install Pillow==X.Y.Z
-
26.08-ASI08-unbounded
suggestion
unbounded loop / fan-out pattern with no stated cap
line 195
Fix: add an iteration cap or a circuit-breaker so one failure cannot cascade unbounded
-
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: passASI-08: passASI-09: skippedASI-10: skippedASI-11: fail
Badges
skillcheck
✕ passed
skillcheck
✕ antislop 100
skillcheck
WCAG AA
skillcheck
✕ WCAG AAA
skillcheck
enterprise