Home / Reports / fix

fix

Validated 8 Jul 2026 · Repository
PRO
0
Poor
2 critical
12 warnings
10 suggestions
84 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues

Critical (2)

2.1-lines-criticalline 10
Body exceeds 800 lines (got 1082)
Fix: Split into smaller sections or use external references
9.2-body-tokens-criticalline 10
Body exceeds 8000 token maximum (estimated 10085)
Fix: Significantly reduce content or use external references

Warnings (12)

16.1-no-stop-conditionline 10
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
2.3-date-sensitiveline 72
Date-sensitive content that may become stale
Fix: Use relative terms or update mechanisms
2.3-date-sensitiveline 80
Date-sensitive content that may become stale
Fix: Use relative terms or update mechanisms
2.3-date-sensitiveline 121
Date-sensitive content that may become stale
Fix: Use relative terms or update mechanisms
2.3-date-sensitiveline 725
Date-sensitive content that may become stale
Fix: Use relative terms or update mechanisms
2.3-date-sensitiveline 739
Date-sensitive content that may become stale
Fix: Use relative terms or update mechanisms
3.2-name-too-shortline 2
Name is too short to be descriptive
Fix: Use 2-4 hyphenated words describing the skill's purpose
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
1.3-tools-delimiterline 6
allowed-tools uses comma delimiter (deprecated)
Fix: Use space-separated format per agentskills spec: 'allowed-tools: Read Write Edit'
12.3-workflow-vague-stepline 509
Step uses vague object: "If it exists, use **Read** to load it"
Fix: Replace vague words (thing, stuff, it) with specific nouns

Suggestions (10)

16.4-no-idempotencyline 10
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 10
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 10
No output contract found; unclear what the skill produces
Fix: Document what the skill produces (format, structure, side effects)
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'
19.6-wrapper-no-boundaryline 10
Tool Wrapper pattern detected but no API boundary documented
Fix: Document what the wrapped tool can and cannot do (scope, limitations)
4.2-ambiguous-termline 104
Ambiguous term 'some' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 699
Ambiguous term 'many' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 700
Ambiguous term 'good' found
Fix: Replace with specific, measurable criteria
4.2-ambiguous-termline 992
Ambiguous term 'appropriate' found
Fix: Replace with specific, measurable criteria
OWASP Agentic (Cat 26)
Agent surface detected — declares tool beyond Read/Glob/Grep: Bash; declares tool beyond Read/Glob/Grep: Edit; declares tool beyond Read/Glob/Grep: Write; declares tool beyond Read/Glob/Grep: WebFetch; ingests external content; performs consequential actions
4 warning 1 suggestion
ASI-01: passASI-02: passASI-03: skippedASI-04: skippedASI-05: skippedASI-06: passASI-07: skippedASI-08: skippedASI-09: failASI-10: failASI-11: skipped
Badges
skillcheck ✕ passed skillcheck antislop 100 skillcheck WCAG AA skillcheck WCAG AAA skillcheck enterprise
Ship with confidence

Get a report like this for your own skill

Run the free validator to see your structural score, then unlock the substance checks — anti-slop, security, accessibility, agent-readiness — that move a skill from valid to safe to ship.